15
0
forked from pool/python-plette

Accepting request 1012098 from home:pgajdos:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1012098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=7
This commit is contained in:
2022-10-17 13:10:27 +00:00
committed by Git OBS Bridge
parent 1eac02247d
commit 56bd98f89c
4 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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>