commit 98d8d84484911cd6f0c02a2ad375d45644b285a4d5e83f9aafadd27106313c62 Author: Steve Kowalik Date: Fri Sep 6 02:27:37 2024 +0000 - 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-sphinx-removed-in.changes b/python-sphinx-removed-in.changes new file mode 100644 index 0000000..801ab9b --- /dev/null +++ b/python-sphinx-removed-in.changes @@ -0,0 +1,32 @@ +------------------------------------------------------------------- +Fri Sep 6 02:26:48 UTC 2024 - Steve Kowalik + +- 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 + +- 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 + +- 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 + +- initial commit diff --git a/python-sphinx-removed-in.spec b/python-sphinx-removed-in.spec new file mode 100644 index 0000000..616ca1e --- /dev/null +++ b/python-sphinx-removed-in.spec @@ -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 diff --git a/v0.2.2.tar.gz b/v0.2.2.tar.gz new file mode 100644 index 0000000..6b43f23 --- /dev/null +++ b/v0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f819f8de52d8ad079483932c8fc7c46592213dad5237bda216e2aa8115b9a5 +size 3620 diff --git a/v0.2.3.tar.gz b/v0.2.3.tar.gz new file mode 100644 index 0000000..1bc7445 --- /dev/null +++ b/v0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c84db30209190286215daf7c69f6120ccf5982df1ab954c6c552ef584bb2d30 +size 3616