Page MenuHomeSoftware Heritage

Move path normalization function to `util` submodule
ClosedPublic

Authored by aeviso on Oct 11 2021, 5:33 PM.

Details

Diff Detail

Repository
rDPROV Provenance database
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D6456 (id=23452)

Could not rebase; Attempt merge onto 04ff73ea98...

Updating 04ff73e..3e87301
Fast-forward
 swh/provenance/model.py                         |  6 ++----
 swh/provenance/provenance.py                    | 11 ++++-------
 swh/provenance/tests/test_provenance_storage.py | 21 +++++++--------------
 swh/provenance/util.py                          | 10 ++++++++++
 4 files changed, 23 insertions(+), 25 deletions(-)
 create mode 100644 swh/provenance/util.py
Changes applied before test
commit 3e87301a2868a7a9aa42403e150a60489f22708e
Author: Andres Ezequiel Viso <aeviso@softwareheritage.org>
Date:   Fri Oct 8 14:40:39 2021 +0200

    Move path normalization function to `util` submodule

commit 2c9ef5673b369f2baa83b11ec9256c6aafc3a855
Author: Andres Ezequiel Viso <aeviso@softwareheritage.org>
Date:   Tue Oct 5 12:01:25 2021 +0200

    Remove direct dependencies on deprecated `swh.model.identifiers` module

See https://jenkins.softwareheritage.org/job/DPROV/job/tests-on-diff/435/ for more details.

This revision is now accepted and ready to land.Oct 12 2021, 9:12 AM