Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a684a6b238 | |||
| e8aea4d708 | |||
| 2d04ab784d | |||
| ddff96060a | |||
| 7dae0a0adf | |||
| 73480bbaf1 | |||
| e9b307a5a7 |
@@ -1,10 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 30 03:02:06 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Add patch support-urllib3-2.patch:
|
|
||||||
* Decompress vcr cassette data.
|
|
||||||
- Remove urllib3 BuildRequires, now that we don't have to pin it.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 2 11:45:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Jul 2 11:45:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tweepy
|
# spec file for package python-tweepy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2026 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,9 +24,6 @@ Summary: Twitter library for python
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/tweepy/tweepy
|
URL: https://github.com/tweepy/tweepy
|
||||||
Source: https://github.com/tweepy/tweepy/archive/v%{version}.tar.gz
|
Source: https://github.com/tweepy/tweepy/archive/v%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE Decompress vcr cassette data, sourced from:
|
|
||||||
# https://github.com/kevin1024/vcrpy/issues/719#issuecomment-1811544263
|
|
||||||
Patch0: support-urllib3-2.patch
|
|
||||||
BuildRequires: %{python_module aiohttp}
|
BuildRequires: %{python_module aiohttp}
|
||||||
BuildRequires: %{python_module async-lru}
|
BuildRequires: %{python_module async-lru}
|
||||||
BuildRequires: %{python_module flit-core}
|
BuildRequires: %{python_module flit-core}
|
||||||
@@ -35,7 +32,9 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module requests >= 2.27.0}
|
BuildRequires: %{python_module requests >= 2.27.0}
|
||||||
BuildRequires: %{python_module requests-oauthlib >= 1.0.0}
|
BuildRequires: %{python_module requests-oauthlib >= 1.0.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module urllib3 < 2}
|
||||||
BuildRequires: %{python_module vcrpy >= 1.10.3}
|
BuildRequires: %{python_module vcrpy >= 1.10.3}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-generators
|
BuildRequires: python-rpm-generators
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user