diff --git a/.files b/.files index c6f8c33..d344462 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 7788ed2..faf84c7 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ dep of https://build.opensuse.org/package/show/devel:languages:python/python-patchy 851891 + + ee82e4fdfa2d14e06bbfe0eac0572a8b + 1.3.10 + + dimstar_suse + + 1006183 + diff --git a/pkgutil_resolve_name-1.0.0.tar.gz b/pkgutil_resolve_name-1.0.0.tar.gz deleted file mode 120000 index fef0cbb..0000000 --- a/pkgutil_resolve_name-1.0.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreigeowdcvnvjrtx3mwrgozxfbzaw6k62vmuqotzuspueqcdqika4va \ No newline at end of file diff --git a/pkgutil_resolve_name-1.3.10.tar.gz b/pkgutil_resolve_name-1.3.10.tar.gz new file mode 120000 index 0000000..24b692d --- /dev/null +++ b/pkgutil_resolve_name-1.3.10.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreibvpvwj42tvkzj47v4isoaxycctv43f3vi6zf7t2nmkqgjxho6roq \ No newline at end of file diff --git a/python-pkgutil-resolve-name.changes b/python-pkgutil-resolve-name.changes index e87b23a..0dee6cf 100644 --- a/python-pkgutil-resolve-name.changes +++ b/python-pkgutil-resolve-name.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Sep 26 14:32:17 UTC 2022 - Ben Greiner + +- Update to 1.3.10 + * no upstream changelog or release notes +- Use PEP517 instead of flit generated distutils setup.py +- New version required by jsonschema + +------------------------------------------------------------------- Sun Jul 5 06:01:38 PM UTC 2020 - John Vandenberg - Initial spec for v1.0.0 diff --git a/python-pkgutil-resolve-name.spec b/python-pkgutil-resolve-name.spec index 58d46fb..a62ef3f 100644 --- a/python-pkgutil-resolve-name.spec +++ b/python-pkgutil-resolve-name.spec @@ -1,7 +1,7 @@ # # spec file for package python-pkgutil-resolve-name # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pkgutil-resolve-name -Version: 1.0.0 +Version: 1.3.10 Release: 0 Summary: Backport of Python 3.9's pkgutil.resolve_name -License: Python-2.0 AND MIT +License: MIT AND Python-2.0 Group: Development/Languages/Python URL: https://github.com/graingert/pkgutil-resolve-name Source: https://files.pythonhosted.org/packages/source/p/pkgutil_resolve_name/pkgutil_resolve_name-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -39,10 +40,10 @@ resolves a name to an object. %setup -q -n pkgutil_resolve_name-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # No tests provided in repo of backport @@ -50,6 +51,8 @@ resolves a name to an object. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pkgutil_resolve_name.py* +%pycache_only %{python_sitelib}/__pycache__/pkgutil_resolve_name*.pyc +%{python_sitelib}/pkgutil_resolve_name-%{version}*-info %changelog