Package Release Info

python-requests-file-2.0.0-bp157.1.1

Update Info: Base Release
Available in Package Hub : 15 SP7

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-requests-file

Change Logs

* Fri Mar 22 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 01 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Fri Jun 16 2023 Steve Kowalik <steven.kowalik@suse.com>
- Add missing six BuildRequires.
- Stop using greedy globs in %files.
* Thu Jun 03 2021 pgajdos@suse.com
- %check: use %pyunittest rpm macro
* Mon Aug 03 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
Version: 1.4.3-bp152.4.9
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 1.4.3-bp150.2.4
* Sat Jan 06 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 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 02 2016 toddrme2178@gmail.com
- Initial version