14
0

- update to 0.5.0:

* Support all documented options in requirements files #62
  * Library is now typed according to PEP561 (`0e1bb6a`)
  * Readthedocs config (`ac1e7fb`)
  * Added some typing (`169ff6e`)
  * Removed Python 2 code (`82f9473`)
  * Removed version from __init__ (`4e83b9d`)
- drop
  0001-Dont-fail-with-valid-options-in-requirements_txt-files.patch,
  remove-nose.patch: upstream
- add dont-install-readme.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requirements-parser?expand=0&rev=18
This commit is contained in:
2023-12-27 16:24:19 +00:00
committed by Git OBS Bridge
parent c32b4b0004
commit 874532bb50
7 changed files with 46 additions and 99 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Dec 27 16:21:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* Support all documented options in requirements files #62
* Library is now typed according to PEP561 (`0e1bb6a`)
* Readthedocs config (`ac1e7fb`)
* Added some typing (`169ff6e`)
* Removed Python 2 code (`82f9473`)
* Removed version from __init__ (`4e83b9d`)
- drop
0001-Dont-fail-with-valid-options-in-requirements_txt-files.patch,
remove-nose.patch: upstream
- add dont-install-readme.patch
-------------------------------------------------------------------
Fri May 5 11:15:29 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>