!2 update to 1.2.1

From: @fu-shanqing 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-08 10:55:59 +00:00 committed by Gitee
commit c13346172a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 23 additions and 17 deletions

Binary file not shown.

BIN
cppy-1.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -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(
name="cppy",
+ version="1.2.0",
author="The Nucleic Development Team",
author_email="sccolbert@gmail.com",
maintainer_email="m.dartiailh@gmail.com",
--
2.27.0
-setup()
+setup(
+ name="cppy",
+ version="1.2.1",
+ author="The Nucleic Development Team",
+ author_email="sccolbert@gmail.com",
+ maintainer_email="m.dartiailh@gmail.com",
+ 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"]},
+)

View File

@ -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