forked from pool/python-uritools
Accepting request 1179633 from devel:languages:python
- update to 4.0.3: * Prepare for Python 3.13. - use PEP 517 build OBS-URL: https://build.opensuse.org/request/show/1179633 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uritools?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 10 07:47:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.0.3:
|
||||||
|
* Prepare for Python 3.13.
|
||||||
|
- use PEP 517 build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 11:29:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 4 11:29:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-uritools
|
# spec file for package python-uritools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-uritools
|
Name: python-uritools
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: URI parsing, classification and composition
|
Summary: URI parsing, classification and composition
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/tkem/uritools/
|
URL: https://github.com/tkem/uritools/
|
||||||
Source: https://files.pythonhosted.org/packages/source/u/uritools/uritools-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/u/uritools/uritools-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -38,10 +40,10 @@ URI parsing, classification and composition.
|
|||||||
%setup -q -n uritools-%{version}
|
%setup -q -n uritools-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -50,6 +52,7 @@ URI parsing, classification and composition.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/uritools
|
||||||
|
%{python_sitelib}/uritools-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:04df2b787d0eb76200e8319382a03562fbfe4741fd66c15506b08d3b8211d573
|
|
||||||
size 23673
|
|
3
uritools-4.0.3.tar.gz
Normal file
3
uritools-4.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee06a182a9c849464ce9d5fa917539aacc8edd2a4924d1b7aabeeecabcae3bc2
|
||||||
|
size 24184
|
Reference in New Issue
Block a user