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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,16 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uritools
|
||||
Version: 4.0.2
|
||||
Version: 4.0.3
|
||||
Release: 0
|
||||
Summary: URI parsing, classification and composition
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/tkem/uritools/
|
||||
Source: https://files.pythonhosted.org/packages/source/u/uritools/uritools-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -38,10 +40,10 @@ URI parsing, classification and composition.
|
||||
%setup -q -n uritools-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -50,6 +52,7 @@ URI parsing, classification and composition.
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/uritools
|
||||
%{python_sitelib}/uritools-%{version}.dist-info
|
||||
|
||||
%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