14
0

- Update to 2.0.0:

* Correct a typo in requests_file.py
  * Remove dependency on six
  * Move metadata to pyproject.toml
    + Remove support for Python 2
    + Remove support for raw distutils
  * Correct homepage link in pyproject.toml
  * Fix black formatting
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-file?expand=0&rev=16
This commit is contained in:
2024-03-22 05:38:13 +00:00
committed by Git OBS Bridge
parent 83bc422b67
commit 5b4c72551f
4 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 22 05:37:11 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.0:
* Correct a typo in requests_file.py
* Remove dependency on six
* Move metadata to pyproject.toml
+ Remove support for Python 2
+ Remove support for raw distutils
* Correct homepage link in pyproject.toml
* Fix black formatting
- Switch to pyproject macros.
-------------------------------------------------------------------
Sat Jul 1 09:12:10 UTC 2023 - ecsos <ecsos@opensuse.org>