14
0
forked from pool/python-tweepy
Files
python-tweepy/fix-package-version.patch
Markéta Machová ddff96060a 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
2025-01-28 10:24:53 +00:00

23 lines
575 B
Diff

From c1eb4f3f7bfaf5a54db73ae28f7395e8cbf01752 Mon Sep 17 00:00:00 2001
From: Josh Roesslein <jroesslein@gmail.com>
Date: Wed, 15 Jan 2025 15:24:21 -0600
Subject: [PATCH] Bump version number to 4.15.0
---
tweepy/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tweepy/__init__.py b/tweepy/__init__.py
index efe98645b..105189c08 100644
--- a/tweepy/__init__.py
+++ b/tweepy/__init__.py
@@ -5,7 +5,7 @@
"""
Tweepy Twitter API library
"""
-__version__ = '4.14.0'
+__version__ = '4.15.0'
__author__ = 'Joshua Roesslein'
__license__ = 'MIT'