14
0
Files
python-requests-file/python-requests-file.changes
Steve Kowalik 5b4c72551f - 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
2024-03-22 05:38:13 +00:00

70 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
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>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Fri Jun 16 06:55:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing six BuildRequires.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Thu Jun 3 12:11:33 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Mon Aug 3 10:42:35 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.5.1
* Fix python 2.7 compatibility
* Rename test file for pytest
* Add tests via github actions
* Format code with black
* Add set_content_length flag to disable on demand setting Content-Length
-------------------------------------------------------------------
Tue Dec 4 12:53:43 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sat Jan 6 05:26:44 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 1.4.3:
* Skip the permissions test when running as root
* Handle missing locale in tests
-------------------------------------------------------------------
Thu May 11 01:28:32 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version.
- Fix source URL.
- Update to version 1.4.2
* Set the response URL to the request URL
- Update to version 1.4.1
* Add a wheel distribution
-------------------------------------------------------------------
Tue Feb 2 19:17:40 UTC 2016 - toddrme2178@gmail.com
- Initial version