Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-uritools for openSUSE:Factory
checked in at 2023-12-04 23:01:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uritools (Old)
and /work/SRC/openSUSE:Factory/.python-uritools.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uritools"
Mon Dec 4 23:01:52 2023 rev:4 rq:1130724 version:4.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uritools/python-uritools.changes
2022-10-12 18:26:17.085900283 +0200
+++
/work/SRC/openSUSE:Factory/.python-uritools.new.25432/python-uritools.changes
2023-12-04 23:02:21.053477188 +0100
@@ -1,0 +2,9 @@
+Mon Dec 4 11:29:49 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 4.0.2:
+ * Depend on Python >= 3.7.
+ * Support Python 3.12.
+ * Add support for Python 3.11.
+ * Correct version information in RTD documentation.
+
+-------------------------------------------------------------------
Old:
----
uritools-4.0.0.tar.gz
New:
----
uritools-4.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-uritools.spec ++++++
--- /var/tmp/diff_new_pack.hgT5uF/_old 2023-12-04 23:02:22.125516661 +0100
+++ /var/tmp/diff_new_pack.hgT5uF/_new 2023-12-04 23:02:22.125516661 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-uritools
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-uritools
-Version: 4.0.0
+Version: 4.0.2
Release: 0
Summary: URI parsing, classification and composition
License: MIT
++++++ uritools-4.0.0.tar.gz -> uritools-4.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/CHANGELOG.rst
new/uritools-4.0.2/CHANGELOG.rst
--- old/uritools-4.0.0/CHANGELOG.rst 2022-01-02 11:31:31.000000000 +0100
+++ new/uritools-4.0.2/CHANGELOG.rst 2023-08-30 21:31:51.000000000 +0200
@@ -1,3 +1,21 @@
+v4.0.2 (2023-08-30)
+===================
+
+- Depend on Python >= 3.7.
+
+- Support Python 3.12.
+
+
+v4.0.1 (2023-01-08)
+===================
+
+- Add support for Python 3.11.
+
+- Correct version information in RTD documentation.
+
+- ``badges/shields``: Change to GitHub workflow badge routes.
+
+
v4.0.0 (2022-01-02)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/PKG-INFO new/uritools-4.0.2/PKG-INFO
--- old/uritools-4.0.0/PKG-INFO 2022-01-02 11:34:56.492067800 +0100
+++ new/uritools-4.0.2/PKG-INFO 2023-08-30 21:34:03.441240300 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 2.1
Name: uritools
-Version: 4.0.0
+Version: 4.0.2
Summary: URI parsing, classification and composition
Home-page: https://github.com/tkem/uritools/
Author: Thomas Kemmer
Author-email: [email protected]
License: MIT
-Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
@@ -18,8 +17,10 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Requires-Python: ~=3.7
+Requires-Python: >=3.7
License-File: LICENSE
uritools
@@ -29,18 +30,22 @@
:target: https://pypi.org/project/uritools
:alt: Latest PyPI version
+.. image::
https://img.shields.io/github/actions/workflow/status/tkem/uritools/ci.yml
+ :target: https://github.com/tkem/uritools/actions/workflows/ci.yml
+ :alt: CI build status
+
.. image:: https://img.shields.io/readthedocs/uritools
:target: https://uritools.readthedocs.io
:alt: Documentation build status
-.. image:: https://img.shields.io/github/workflow/status/tkem/uritools/CI
- :target: https://github.com/tkem/uritools/actions/workflows/ci.yml
- :alt: CI build status
-
.. image:: https://img.shields.io/codecov/c/github/tkem/uritools/master.svg
:target: https://codecov.io/gh/tkem/uritools
:alt: Test coverage
+.. image:: https://img.shields.io/librariesio/sourcerank/pypi/uritools
+ :target: https://libraries.io/pypi/uritools
+ :alt: Libraries.io SourceRank
+
.. image:: https://img.shields.io/github/license/tkem/uritools
:target: https://raw.github.com/tkem/uritools/master/LICENSE
:alt: License
@@ -114,7 +119,7 @@
License
------------------------------------------------------------------------
-Copyright (c) 2014-2022 Thomas Kemmer.
+Copyright (c) 2014-2023 Thomas Kemmer.
Licensed under the `MIT License`_.
@@ -125,5 +130,3 @@
.. _Source code: https://github.com/tkem/uritools/
.. _Change log: https://github.com/tkem/uritools/blob/master/CHANGELOG.rst
.. _MIT License: https://raw.github.com/tkem/uritools/master/LICENSE
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/README.rst
new/uritools-4.0.2/README.rst
--- old/uritools-4.0.0/README.rst 2022-01-02 11:31:17.000000000 +0100
+++ new/uritools-4.0.2/README.rst 2023-01-08 21:41:16.000000000 +0100
@@ -5,18 +5,22 @@
:target: https://pypi.org/project/uritools
:alt: Latest PyPI version
+.. image::
https://img.shields.io/github/actions/workflow/status/tkem/uritools/ci.yml
+ :target: https://github.com/tkem/uritools/actions/workflows/ci.yml
+ :alt: CI build status
+
.. image:: https://img.shields.io/readthedocs/uritools
:target: https://uritools.readthedocs.io
:alt: Documentation build status
-.. image:: https://img.shields.io/github/workflow/status/tkem/uritools/CI
- :target: https://github.com/tkem/uritools/actions/workflows/ci.yml
- :alt: CI build status
-
.. image:: https://img.shields.io/codecov/c/github/tkem/uritools/master.svg
:target: https://codecov.io/gh/tkem/uritools
:alt: Test coverage
+.. image:: https://img.shields.io/librariesio/sourcerank/pypi/uritools
+ :target: https://libraries.io/pypi/uritools
+ :alt: Libraries.io SourceRank
+
.. image:: https://img.shields.io/github/license/tkem/uritools
:target: https://raw.github.com/tkem/uritools/master/LICENSE
:alt: License
@@ -90,7 +94,7 @@
License
------------------------------------------------------------------------
-Copyright (c) 2014-2022 Thomas Kemmer.
+Copyright (c) 2014-2023 Thomas Kemmer.
Licensed under the `MIT License`_.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/docs/conf.py
new/uritools-4.0.2/docs/conf.py
--- old/uritools-4.0.0/docs/conf.py 2022-01-02 11:31:17.000000000 +0100
+++ new/uritools-4.0.2/docs/conf.py 2023-08-30 21:31:51.000000000 +0200
@@ -1,16 +1,7 @@
-def get_version():
- import configparser
- import pathlib
-
- cp = configparser.ConfigParser()
- cp.read(pathlib.Path(__file__).parent.parent / "setup.cfg")
- return cp["metadata"]["version"]
-
-
project = "uritools"
-copyright = "2014-2022 Thomas Kemmer"
-version = get_version()
-release = version
+copyright = "2014-2023 Thomas Kemmer"
+version = "4.0"
+release = "4.0.2"
extensions = [
"sphinx.ext.autodoc",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/setup.cfg new/uritools-4.0.2/setup.cfg
--- old/uritools-4.0.0/setup.cfg 2022-01-02 11:34:56.492067800 +0100
+++ new/uritools-4.0.2/setup.cfg 2023-08-30 21:34:03.441240300 +0200
@@ -20,13 +20,15 @@
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
+ Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages = find:
-python_requires = ~= 3.7
+python_requires = >= 3.7
[options.packages.find]
where = src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/src/uritools/__init__.py
new/uritools-4.0.2/src/uritools/__init__.py
--- old/uritools-4.0.0/src/uritools/__init__.py 2022-01-02 11:31:17.000000000
+0100
+++ new/uritools-4.0.2/src/uritools/__init__.py 2023-08-30 21:31:51.000000000
+0200
@@ -34,7 +34,7 @@
"uriunsplit",
)
-__version__ = "4.0.0"
+__version__ = "4.0.2"
# RFC 3986 2.2. Reserved Characters
@@ -455,12 +455,11 @@
class SplitResultBytes(SplitResult):
-
__slots__ = () # prevent creation of instance dictionary
# RFC 3986 Appendix B
RE = re.compile(
- br"""
+ rb"""
(?:([A-Za-z][A-Za-z0-9+.-]*):)? # scheme (RFC 3986 3.1)
(?://([^/?#]*))? # authority
([^?#]*) # path
@@ -490,7 +489,6 @@
class SplitResultString(SplitResult):
-
__slots__ = () # prevent creation of instance dictionary
# RFC 3986 Appendix B
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/src/uritools.egg-info/PKG-INFO
new/uritools-4.0.2/src/uritools.egg-info/PKG-INFO
--- old/uritools-4.0.0/src/uritools.egg-info/PKG-INFO 2022-01-02
11:34:56.000000000 +0100
+++ new/uritools-4.0.2/src/uritools.egg-info/PKG-INFO 2023-08-30
21:34:03.000000000 +0200
@@ -1,12 +1,11 @@
Metadata-Version: 2.1
Name: uritools
-Version: 4.0.0
+Version: 4.0.2
Summary: URI parsing, classification and composition
Home-page: https://github.com/tkem/uritools/
Author: Thomas Kemmer
Author-email: [email protected]
License: MIT
-Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
@@ -18,8 +17,10 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Requires-Python: ~=3.7
+Requires-Python: >=3.7
License-File: LICENSE
uritools
@@ -29,18 +30,22 @@
:target: https://pypi.org/project/uritools
:alt: Latest PyPI version
+.. image::
https://img.shields.io/github/actions/workflow/status/tkem/uritools/ci.yml
+ :target: https://github.com/tkem/uritools/actions/workflows/ci.yml
+ :alt: CI build status
+
.. image:: https://img.shields.io/readthedocs/uritools
:target: https://uritools.readthedocs.io
:alt: Documentation build status
-.. image:: https://img.shields.io/github/workflow/status/tkem/uritools/CI
- :target: https://github.com/tkem/uritools/actions/workflows/ci.yml
- :alt: CI build status
-
.. image:: https://img.shields.io/codecov/c/github/tkem/uritools/master.svg
:target: https://codecov.io/gh/tkem/uritools
:alt: Test coverage
+.. image:: https://img.shields.io/librariesio/sourcerank/pypi/uritools
+ :target: https://libraries.io/pypi/uritools
+ :alt: Libraries.io SourceRank
+
.. image:: https://img.shields.io/github/license/tkem/uritools
:target: https://raw.github.com/tkem/uritools/master/LICENSE
:alt: License
@@ -114,7 +119,7 @@
License
------------------------------------------------------------------------
-Copyright (c) 2014-2022 Thomas Kemmer.
+Copyright (c) 2014-2023 Thomas Kemmer.
Licensed under the `MIT License`_.
@@ -125,5 +130,3 @@
.. _Source code: https://github.com/tkem/uritools/
.. _Change log: https://github.com/tkem/uritools/blob/master/CHANGELOG.rst
.. _MIT License: https://raw.github.com/tkem/uritools/master/LICENSE
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uritools-4.0.0/tests/test_join.py
new/uritools-4.0.2/tests/test_join.py
--- old/uritools-4.0.0/tests/test_join.py 2021-10-11 20:18:34.000000000
+0200
+++ new/uritools-4.0.2/tests/test_join.py 2023-08-30 21:31:51.000000000
+0200
@@ -4,7 +4,6 @@
class JoinTest(unittest.TestCase):
-
RFC3986_BASE = "http://a/b/c/d;p?q"
def check(self, base, ref, expected, strict=False):