From dbea54556e9b12a57471633ffefedf676298e197946543c9c2e217e88ff642de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 19:46:11 +0000 Subject: [PATCH] - ------------------------------------------------------------------ - update to 2.0.2: This version is again a complete rewrite based on v0.4.4 since the approach with dataclass proved to be hard to convert to json while maintaining the public API which was used by pipenv. - Update to 0.4.4 ``python_version`` and ``python_full_version``. * Show the error details in ValidationError. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=13 --- plette-1.0.0.tar.gz | 3 --- plette-2.0.2.tar.gz | 3 +++ python-plette.changes | 15 ++++++++++++--- python-plette.spec | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 plette-1.0.0.tar.gz create mode 100644 plette-2.0.2.tar.gz diff --git a/plette-1.0.0.tar.gz b/plette-1.0.0.tar.gz deleted file mode 100644 index 5150ffc..0000000 --- a/plette-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b166ea796775475831dea46dd7cd5c426aa98c018528c766ea0a73bbe21311c6 -size 54297 diff --git a/plette-2.0.2.tar.gz b/plette-2.0.2.tar.gz new file mode 100644 index 0000000..2045378 --- /dev/null +++ b/plette-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e600d880dcc1779bdb17b71134c54379ebf11bf23a2bc83ec889a89880d578ca +size 55266 diff --git a/python-plette.changes b/python-plette.changes index eadcf55..27017b6 100644 --- a/python-plette.changes +++ b/python-plette.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 30 19:45:26 UTC 2024 - Dirk Müller + +- update to 2.0.2: + This version is again a complete rewrite based + on v0.4.4 since the approach with dataclass proved + to be hard to convert to json while maintaining + the public API which was used by pipenv. + ------------------------------------------------------------------- Fri Mar 1 03:56:27 UTC 2024 - Steve Kowalik @@ -11,7 +20,7 @@ Fri Mar 1 03:56:27 UTC 2024 - Steve Kowalik ------------------------------------------------------------------- Fri Jan 6 17:11:13 UTC 2023 - Yogalakshmi Arunachalam -- Update to 0.4.4 +- Update to 0.4.4 * Add validation for pipenv section * Add more tests @@ -26,7 +35,7 @@ Mon Oct 17 12:20:21 UTC 2022 - pgajdos@suse.com * Add logic to populate the ``default`` and ``develop`` package sections from the ``Pipfile`` to ``with_meta_from``. * Change validation schema for Requires object to allow for both - ``python_version`` and ``python_full_version``. + ``python_version`` and ``python_full_version``. * Exclude ``pipenv`` section from ``Pipfile`` hash generation as this was a regression caused by named package categories. * Add support for named catergories. @@ -37,7 +46,7 @@ Mon Oct 17 12:20:21 UTC 2022 - pgajdos@suse.com Mon Mar 16 14:03:08 UTC 2020 - Marketa Calabkova - Upgrade to version 0.2.3 - * Show the error details in ValidationError. + * Show the error details in ValidationError. * Ensure the data to be validated is converted to python dict. ------------------------------------------------------------------- diff --git a/python-plette.spec b/python-plette.spec index 5e614fe..c3261a7 100644 --- a/python-plette.spec +++ b/python-plette.spec @@ -17,7 +17,7 @@ Name: python-plette -Version: 1.0.0 +Version: 2.0.2 Release: 0 Summary: Structured Pipfile and Pipfile.lock models License: ISC