From 750b983db7c0b0ab7690e4866f9aa8856e0b8a82a741aa4946e5e6b69af454d9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Oct 2022 18:16:47 +0000 Subject: [PATCH] Accepting request 1031109 from home:dgarcia:py-new - Update to version v0.8.0 * Added Specfile.update_tag() method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on YouTube. (#101) - 0.7.0 * It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104) * Added support for filenames specified in source URL fragments, for example: https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz (#100) OBS-URL: https://build.opensuse.org/request/show/1031109 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + python-specfile.changes | 18 +++++++++++ python-specfile.spec | 67 +++++++++++++++++++++++++++++++++++++++++ specfile-0.8.0.tar.gz | 3 ++ 5 files changed, 112 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-specfile.changes create mode 100644 python-specfile.spec create mode 100644 specfile-0.8.0.tar.gz 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-specfile.changes b/python-specfile.changes new file mode 100644 index 0000000..f810877 --- /dev/null +++ b/python-specfile.changes @@ -0,0 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 25 09:48:05 UTC 2022 - Daniel Garcia + +- Update to version v0.8.0 + * Added Specfile.update_tag() method that allows updating tag values while + trying to preserve macro expansions. You can watch a demo on YouTube. + (#101) +- 0.7.0 + * It is now possible to filter changelog entries by specifying lower bound + EVR, upper bound EVR or both. (#104) + * Added support for filenames specified in source URL fragments, for example: + https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz (#100) + +------------------------------------------------------------------- +Sat Sep 17 04:08:46 UTC 2022 - John Vandenberg + +- Initial spec for v0.6.0 + diff --git a/python-specfile.spec b/python-specfile.spec new file mode 100644 index 0000000..93c1286 --- /dev/null +++ b/python-specfile.spec @@ -0,0 +1,67 @@ +# +# spec file for package python-specfile +# +# 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 +# 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/ +# + +%define skip_python38 1 +Name: python-specfile +Version: 0.8.0 +Release: 0 +Summary: A library for parsing and manipulating RPM spec files +License: MIT +URL: https://github.com/packit/specfile +Source: https://files.pythonhosted.org/packages/source/s/specfile/specfile-%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools_scm_git_archive} +# SECTION test requirements +BuildRequires: %{python_module rpm} +BuildRequires: %{python_module typing-extensions} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module flexmock} +# /SECTION +BuildRequires: fdupes +Requires: python-rpm +Requires: python-typing-extensions + +BuildArch: noarch +%python_subpackages + +%description +A library for parsing and manipulating RPM spec files. + +%prep +%autosetup -p1 -n specfile-%{version} +sed -i '/rpm-py-installer/d' setup.cfg + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +# test_macros_reinit fails +%pytest -k 'not test_macros_reinit' + +%files %{python_files} +%doc CHANGELOG.md README.md +%license LICENSE +%{python_sitelib}/specfile +%{python_sitelib}/specfile-%{version}*-info + +%changelog diff --git a/specfile-0.8.0.tar.gz b/specfile-0.8.0.tar.gz new file mode 100644 index 0000000..1929901 --- /dev/null +++ b/specfile-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc5498868e6658211eab8e1003d898165e0d3a7761240822ce39fa04daf8f8e +size 65159