!2 update to 1.2.1
From: @fu-shanqing Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
c13346172a
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
|
||||
index 8dfc33f..9bd14c2 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -9,6 +9,7 @@ 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
|
||||
--- cppy-1.2.1/setup.py 2022-03-31 03:40:07.000000000 +0800
|
||||
+++ cppy-1.2.0/setup.py 2022-08-03 09:10:34.806143523 +0800
|
||||
@@ -7,4 +7,15 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
from setuptools import setup
|
||||
|
||||
-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"]},
|
||||
+)
|
||||
|
||||
@ -1,15 +1,14 @@
|
||||
%global srcname cppy
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1
|
||||
Summary: C++ headers for C extension development
|
||||
|
||||
License: BSD
|
||||
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
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
@ -81,5 +80,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user