forked from pool/python-plette
* Rewrite the entire library using dataclasses. * Add more rigorous testing. - Switch to autosetup and pyproject macros. - No more greedy globs in %files. - Drop patch ignore-hashlib-case.patch, no longer required. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=11
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 1 03:56:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.0.0:
|
|
* Rewrite the entire library using dataclasses.
|
|
* Add more rigorous testing.
|
|
- Switch to autosetup and pyproject macros.
|
|
- No more greedy globs in %files.
|
|
- Drop patch ignore-hashlib-case.patch, no longer required.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 6 17:11:13 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 0.4.4
|
|
* Add validation for pipenv section
|
|
* Add more tests
|
|
|
|
- Update to 0.4.3 (2022-12-13)
|
|
Bug Fixes
|
|
* Validate that package extras are a list
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 17 12:20:21 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 0.4.2
|
|
* 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``.
|
|
* Exclude ``pipenv`` section from ``Pipfile`` hash generation as
|
|
this was a regression caused by named package categories.
|
|
* Add support for named catergories.
|
|
* Bug fix.
|
|
* Drop Python2 support.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
* Ensure the data to be validated is converted to python dict.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 23 14:19:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Skip test test_pipfile_load as it fails with new tomlkit
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 01:54:58 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.2.2
|