14
0
forked from pool/python-tweepy

- Update to 4.16.0

* Re-improve clarity of OAuth 2.0 User Context example code
  * Fix SyntaxWarning
  * Install 'build'
  * Bump version number to 4.15.0
  * Docs config updates to fix build
  * Fix Sphinx context injection removal by readthedocs
  * Revert hoverxref upgrade for now until sphinx can be updated
  * Fix build error for docs related to 'html_context' setting
  * Modernize packaging configuration
  * Add new publish workflow to use trusted publisher
  * Add dev and test dependencies
  * Update publish workflow...
  * Add support for posting tweets to Communities
  * Update .gitignore
  * Release 4.16.0
- Drop fix-package-version.patch, merged upstream
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=36
This commit is contained in:
2025-07-02 16:06:39 +00:00
committed by Git OBS Bridge
parent ddff96060a
commit e8aea4d708
5 changed files with 29 additions and 28 deletions

View File

@@ -16,17 +16,17 @@
#
%{?sle15_python_module_pythons}
Name: python-tweepy
Version: 4.15.0
Version: 4.16.0
Release: 0
Summary: Twitter library for python
License: MIT
URL: https://github.com/tweepy/tweepy
Source: https://github.com/tweepy/tweepy/archive/v%{version}.tar.gz
# PATCH-FIX-UPSTREAM: Bump version number to 4.15.0
Patch: https://github.com/tweepy/tweepy/commit/c1eb4f3f7bfaf5a54db73ae28f7395e8cbf01752.patch#/fix-package-version.patch
BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module async-lru}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.27.0}