update to 1.2.1
This commit is contained in:
parent
f838154c14
commit
1de2adb00e
Binary file not shown.
BIN
cppy-1.2.1.tar.gz
Normal file
BIN
cppy-1.2.1.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,19 @@
|
|||||||
diff --git a/setup.py b/setup.py
|
--- cppy-1.2.1/setup.py 2022-03-31 03:40:07.000000000 +0800
|
||||||
index 8dfc33f..9bd14c2 100644
|
+++ cppy-1.2.0/setup.py 2022-08-03 09:10:34.806143523 +0800
|
||||||
--- a/setup.py
|
@@ -7,4 +7,15 @@
|
||||||
+++ b/setup.py
|
# ------------------------------------------------------------------------------
|
||||||
@@ -9,6 +9,7 @@ from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(
|
-setup()
|
||||||
name="cppy",
|
+setup(
|
||||||
+ version="1.2.0",
|
+ name="cppy",
|
||||||
author="The Nucleic Development Team",
|
+ version="1.2.1",
|
||||||
author_email="sccolbert@gmail.com",
|
+ author="The Nucleic Development Team",
|
||||||
maintainer_email="m.dartiailh@gmail.com",
|
+ author_email="sccolbert@gmail.com",
|
||||||
--
|
+ maintainer_email="m.dartiailh@gmail.com",
|
||||||
2.27.0
|
+ url="https://github.com/nucleic/cppy",
|
||||||
|
+ description="C++ headers for C extension development",
|
||||||
|
+ long_description=open("README.rst").read(),
|
||||||
|
+ packages=["cppy"],
|
||||||
|
+ package_data={"cppy": ["include/cppy/*.h"]},
|
||||||
|
+)
|
||||||
|
|||||||
@ -1,15 +1,14 @@
|
|||||||
%global srcname cppy
|
%global srcname cppy
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: C++ headers for C extension development
|
Summary: C++ headers for C extension development
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/nucleic/cppy
|
URL: https://github.com/nucleic/cppy
|
||||||
Source0: https://files.pythonhosted.org/packages/source/c/%{srcname}/%{srcname}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/c5/7e/6cc5acd93752ee52d2f0423046072a2ce3ae16dfcd44373b9fe2a0222204/%{srcname}-%{version}.tar.gz
|
||||||
Patch0: fix-cppy-version.patch
|
Patch0: fix-cppy-version.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -81,5 +80,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 02 2022 fushanqing <fushanqing@kylinos.cn> - 1.2.1-1
|
||||||
|
- update to 1.2.1
|
||||||
|
|
||||||
* Fri Jul 01 2022 wangkai <wangkai385@h-partners.com> 1.2.0-1
|
* Fri Jul 01 2022 wangkai <wangkai385@h-partners.com> 1.2.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user