update to version 0.14.1
This commit is contained in:
parent
d1d26d3d7d
commit
2bf89a6ade
@ -1,12 +1,25 @@
|
|||||||
--- c/setup.py 1970-01-01 08:00:00.000000000 +0800
|
--- c/setup.py 1970-01-01 08:00:00.000000000 +0800
|
||||||
+++ a/setup.py 2022-11-25 17:53:10.910857335 +0800
|
+++ a/setup.py 2022-11-25 17:53:10.910857335 +0800
|
||||||
@@ -0,0 +1,9 @@
|
@@ -0,0 +1,22 @@
|
||||||
+#!/usr/bin/env python
|
+#!/usr/bin/env python
|
||||||
+
|
+
|
||||||
+from setuptools import setup
|
+from setuptools import setup
|
||||||
+
|
+
|
||||||
|
+packages = \
|
||||||
|
+['pyrpm']
|
||||||
|
+
|
||||||
|
+package_data = \
|
||||||
|
+{'': ['*']}
|
||||||
|
+
|
||||||
+if __name__ == "__main__":
|
+if __name__ == "__main__":
|
||||||
+ setup(
|
+ setup(
|
||||||
+ name = "python-rpm-spec",
|
+ name = "python-rpm-spec",
|
||||||
+ version = "0.13"
|
+ version = "0.14.1",
|
||||||
|
+ description='python-rpm-spec is a Python library for parsing RPM spec files.',
|
||||||
|
+ author='Benjamin Kircher',
|
||||||
|
+ author_email='bkircher@0xadd.de',
|
||||||
|
+ url='https://github.com/bkircher/python-rpm-spec',
|
||||||
|
+ packages=packages,
|
||||||
|
+ package_data=package_data,
|
||||||
|
+ python_requires='>=3.3',
|
||||||
+ )
|
+ )
|
||||||
|
|||||||
@ -2,12 +2,12 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: python-pyrpm
|
Name: python-pyrpm
|
||||||
Version: 0.13
|
Version: 0.14.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: python-pyrpm is a Python library for parsing RPM spec files
|
Summary: python-pyrpm is a Python library for parsing RPM spec files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/bkircher/%{repo_name}
|
URL: https://github.com/bkircher/%{repo_name}
|
||||||
Source0: https://files.pythonhosted.org/packages/25/08/b5ae515362eadb7d25e9de3ad0b5067fc2f469fb4f4d32dcbb2a1f8ab41b/python-rpm-spec-0.13.tar.gz
|
Source0: https://files.pythonhosted.org/packages/a8/35/b00d2a67f5116f6690db70c915f0c58d190174d585b7171f007110d28b1e/python-rpm-spec-0.14.1.tar.gz
|
||||||
Patch0: 0001-add-setup.py.patch
|
Patch0: 0001-add-setup.py.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -78,6 +78,9 @@ py.test-%{python3_version} -vv tests || :
|
|||||||
%doc README.md AUTHORS examples
|
%doc README.md AUTHORS examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2023 Ge Wang <wang--ge@126.com> - 0.14.1-1
|
||||||
|
- Update package to version 0.14.1
|
||||||
|
|
||||||
* Fri Nov 25 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.13-1
|
* Fri Nov 25 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.13-1
|
||||||
- Update package to version 0.13
|
- Update package to version 0.13
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
python-rpm-spec-0.14.1.tar.gz
Normal file
BIN
python-rpm-spec-0.14.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user