15
0
forked from pool/python-plette

- ------------------------------------------------------------------

- 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
This commit is contained in:
2024-06-30 19:46:11 +00:00
committed by Git OBS Bridge
parent 518a387c74
commit dbea54556e
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 30 19:45:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>
@@ -11,7 +20,7 @@ Fri Mar 1 03:56:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
-------------------------------------------------------------------
Fri Jan 6 17:11:13 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <mcalabkova@suse.com>
- 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.
-------------------------------------------------------------------