From 584037f58d10846664719f2996af6cef9943a4ad Mon Sep 17 00:00:00 2001 From: StevenK <> Date: Sep 06 2024 17:27:40 +0000 Subject: Update python-sphinx-removed-in to version 0.2.3 / rev 5 via SR 1199098 https://build.opensuse.org/request/show/1199098 by user StevenK + anag+factory - Update to 0.2.3: * Adjust import path for Sphinx v8 - Switch to pyproject macros. - No more greedy globs in %files. --- diff --git a/.files b/.files index faf3bf8..686f66f 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a260bb8..d24c940 100644 --- a/.rev +++ b/.rev @@ -37,4 +37,15 @@ - initial commit</comment> <requestid>1130714</requestid> </revision> + <revision rev="5" vrev="1"> + <srcmd5>2e26b9b89a4f05fae496abb649edaa90</srcmd5> + <version>0.2.3</version> + <time>1725635928</time> + <user>anag+factory</user> + <comment>- Update to 0.2.3: + * Adjust import path for Sphinx v8 +- Switch to pyproject macros. +- No more greedy globs in %files.</comment> + <requestid>1199098</requestid> + </revision> </revisionlist> diff --git a/python-sphinx-removed-in.changes b/python-sphinx-removed-in.changes index 854ea07..02d85d2 100644 --- a/python-sphinx-removed-in.changes +++ b/python-sphinx-removed-in.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Sep 6 02:26:48 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> + +- Update to 0.2.3: + * Adjust import path for Sphinx v8 +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- Mon Dec 4 10:50:35 UTC 2023 - Dirk Müller <dmueller@suse.com> - update to 0.2.2: diff --git a/python-sphinx-removed-in.spec b/python-sphinx-removed-in.spec index ec9f3c9..4bf1c17 100644 --- a/python-sphinx-removed-in.spec +++ b/python-sphinx-removed-in.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-removed-in # -# 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 @@ -16,18 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sphinx-removed-in -Version: 0.2.2 +Version: 0.2.3 Release: 0 Summary: Sphinx directives versionremoved and removed-in License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/MrSenko/sphinx-removed-in Source: https://github.com/MrSenko/sphinx-removed-in/archive/v%{version}.tar.gz BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx @@ -41,10 +41,10 @@ Sphinx Removed In Extension %autosetup -p1 -n sphinx-removed-in-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -53,6 +53,7 @@ Sphinx Removed In Extension %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/sphinx_removed_in +%{python_sitelib}/sphinx_removed_in-%{version}.dist-info %changelog diff --git a/v0.2.2.tar.gz b/v0.2.2.tar.gz deleted file mode 120000 index 42f4c4b..0000000 --- a/v0.2.2.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreidu7am7rxss3cwqpfedsmwi7r6emwjccpnnki333iqw4kvicfnzuu \ No newline at end of file diff --git a/v0.2.3.tar.gz b/v0.2.3.tar.gz new file mode 120000 index 0000000..93680ae --- /dev/null +++ b/v0.2.3.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreibmqtntaiersaugefo267dj6yjazt2zqlprvokuy3cvf32yjoznga \ No newline at end of file