14
0
forked from pool/python-tweepy

Accepting request 1240734 from home:glaubitz:branches:devel:languages:python

- Update to 4.15.0
  * Fix error "No module named 'imghdr'" due to removed
    package in Python 3.13+
  * Bump requests-oauthlib to allow v2
  * Drop support for Python 3.7 and 3.8
- Cherry-pick upstream patch to fix package version
  * fix-package-version.patch
- Drop loosen-requests-oauthlib.patch, merged upstream
- Drop support-python-313.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1240734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=34
This commit is contained in:
2025-01-28 10:24:53 +00:00
committed by Git OBS Bridge
parent 73480bbaf1
commit ddff96060a
7 changed files with 42 additions and 88 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 28 09:08:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.15.0
* Fix error "No module named 'imghdr'" due to removed
package in Python 3.13+
* Bump requests-oauthlib to allow v2
* Drop support for Python 3.7 and 3.8
- Cherry-pick upstream patch to fix package version
* fix-package-version.patch
- Drop loosen-requests-oauthlib.patch, merged upstream
- Drop support-python-313.patch, merged upstream
-------------------------------------------------------------------
Tue Dec 17 00:36:07 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>