14
0

- Update to 0.2.3:

* Adjust import path for Sphinx v8
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-removed-in?expand=0&rev=10
This commit is contained in:
2024-09-06 02:27:37 +00:00
committed by Git OBS Bridge
parent 6aaef94810
commit 75fb9fa2cd
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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> Mon Dec 4 10:50:35 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinx-removed-in # 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 # 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
@@ -16,18 +16,18 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinx-removed-in Name: python-sphinx-removed-in
Version: 0.2.2 Version: 0.2.3
Release: 0 Release: 0
Summary: Sphinx directives versionremoved and removed-in Summary: Sphinx directives versionremoved and removed-in
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/MrSenko/sphinx-removed-in URL: https://github.com/MrSenko/sphinx-removed-in
Source: https://github.com/MrSenko/sphinx-removed-in/archive/v%{version}.tar.gz Source: https://github.com/MrSenko/sphinx-removed-in/archive/v%{version}.tar.gz
BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Sphinx Requires: python-Sphinx
@@ -41,10 +41,10 @@ Sphinx Removed In Extension
%autosetup -p1 -n sphinx-removed-in-%{version} %autosetup -p1 -n sphinx-removed-in-%{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
@@ -53,6 +53,7 @@ Sphinx Removed In Extension
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python_sitelib}/* %{python_sitelib}/sphinx_removed_in
%{python_sitelib}/sphinx_removed_in-%{version}.dist-info
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74f819f8de52d8ad079483932c8fc7c46592213dad5237bda216e2aa8115b9a5
size 3620

3
v0.2.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c84db30209190286215daf7c69f6120ccf5982df1ab954c6c552ef584bb2d30
size 3616