forked from pool/python-sphinxcontrib-httpdomain
Accepting request 1077693 from home:pgajdos:python
- version update to 1.8.1 * Update URL for RFC by @nijel in #63 * Copy parse_rule since it was removed in werkzeug 2.2 by @Klikini in #61 * mulitcore: Fix false positive warnings in merge_domaindata by @phlax in #59 * Fix typos by @kianmeng in #56 * I18n and l10n support by @olivier-heurtier in #57 - added patches fix https://github.com/sphinx-contrib/httpdomain/issues/70 + python-sphinxcontrib-httpdomain-fix-version.patch fix https://github.com/sphinx-contrib/httpdomain/issues/69 + python-sphinxcontrib-httpdomain-pyupgrade3.patch OBS-URL: https://build.opensuse.org/request/show/1077693 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-httpdomain?expand=0&rev=50
This commit is contained in:
14
python-sphinxcontrib-httpdomain-fix-version.patch
Normal file
14
python-sphinxcontrib-httpdomain-fix-version.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
Index: httpdomain-1.8.1/setup.py
|
||||
===================================================================
|
||||
--- httpdomain-1.8.1.orig/setup.py
|
||||
+++ httpdomain-1.8.1/setup.py
|
||||
@@ -20,7 +20,7 @@ def readme():
|
||||
|
||||
setup(
|
||||
name='sphinxcontrib-httpdomain',
|
||||
- version='1.8.0',
|
||||
+ version='1.8.1',
|
||||
url='https://github.com/sphinx-contrib/httpdomain',
|
||||
download_url='https://pypi.org/project/sphinxcontrib-httpdomain/',
|
||||
license='BSD',
|
Reference in New Issue
Block a user