- 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:
commit
98d8d84484
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
32
python-sphinx-removed-in.changes
Normal file
32
python-sphinx-removed-in.changes
Normal file
@ -0,0 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
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:
|
||||
* no upstream changelog provided
|
||||
- drop remove-sphinx-testing.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 10:48:00 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Add patch remove-sphinx-testing.patch, to remove the sphinx-testing
|
||||
dependency, based on gh#mrsenko/sphinx-removed-in#9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 13:24:35 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.2.1
|
||||
* re-add sphinx 1.7 compatibility
|
||||
- use %pytest macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 11:43:53 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- initial commit
|
59
python-sphinx-removed-in.spec
Normal file
59
python-sphinx-removed-in.spec
Normal file
@ -0,0 +1,59 @@
|
||||
#
|
||||
# spec file for package python-sphinx-removed-in
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-sphinx-removed-in
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: Sphinx directives versionremoved and removed-in
|
||||
License: BSD-3-Clause
|
||||
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
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Sphinx Removed In Extension
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n sphinx-removed-in-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/sphinx_removed_in
|
||||
%{python_sitelib}/sphinx_removed_in-%{version}.dist-info
|
||||
|
||||
%changelog
|
3
v0.2.2.tar.gz
Normal file
3
v0.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74f819f8de52d8ad079483932c8fc7c46592213dad5237bda216e2aa8115b9a5
|
||||
size 3620
|
3
v0.2.3.tar.gz
Normal file
3
v0.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c84db30209190286215daf7c69f6120ccf5982df1ab954c6c552ef584bb2d30
|
||||
size 3616
|
Loading…
Reference in New Issue
Block a user