summaryrefslogtreecommitdiff
path: root/python-cogment.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:36:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:36:55 +0000
commitc2399efe5ddec550a5173dc52d37912b9fb3af61 (patch)
tree6426e5bf5e924043c6e46a39ff0230ecd9bfeab9 /python-cogment.spec
parent3a53d86281bb75da555fd5808a4dae6742e2b4fd (diff)
automatic import of python-cogmentopeneuler20.03
Diffstat (limited to 'python-cogment.spec')
-rw-r--r--python-cogment.spec45
1 files changed, 33 insertions, 12 deletions
diff --git a/python-cogment.spec b/python-cogment.spec
index 1311f87..60cce0a 100644
--- a/python-cogment.spec
+++ b/python-cogment.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-cogment
-Version: 2.8.0
+Version: 2.8.1
Release: 1
Summary: Cogment python SDK
License: Apache Software License
URL: https://cogment.ai
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/53/c3181c668e83baff92053de071b3aba8ef3f671a850b834f523c7c801a23/cogment-2.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8d/0e/b890fad1860f3d38d75a5287d9cfefb59e189220860f22f901ccd1888b29/cogment-2.8.1.tar.gz
BuildArch: noarch
Requires: python3-grpcio
@@ -140,6 +140,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
+## v2.8.1 - 2023-06-06
+
+## Fixed
+
+- Use the most recent directory entry when there are duplicates
+- Self IP address discovery functionality is now working on macOS
+
## v2.8.0 - 2023-04-21
### Added
@@ -195,8 +202,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Simplified interface for Model Registry (context.get_model_registry_v2)
## v2.4.1 - 2022-12-02
-- Support and dependency check for python 3.10
+- Support and dependency check for python 3.10
## v2.4.0 - 2022-11-18
@@ -645,6 +652,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
+## v2.8.1 - 2023-06-06
+
+## Fixed
+
+- Use the most recent directory entry when there are duplicates
+- Self IP address discovery functionality is now working on macOS
+
## v2.8.0 - 2023-04-21
### Added
@@ -700,8 +714,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Simplified interface for Model Registry (context.get_model_registry_v2)
## v2.4.1 - 2022-12-02
-- Support and dependency check for python 3.10
+- Support and dependency check for python 3.10
## v2.4.0 - 2022-11-18
@@ -1147,6 +1161,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
+## v2.8.1 - 2023-06-06
+
+## Fixed
+
+- Use the most recent directory entry when there are duplicates
+- Self IP address discovery functionality is now working on macOS
+
## v2.8.0 - 2023-04-21
### Added
@@ -1202,8 +1223,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Simplified interface for Model Registry (context.get_model_registry_v2)
## v2.4.1 - 2022-12-02
-- Support and dependency check for python 3.10
+- Support and dependency check for python 3.10
## v2.4.0 - 2022-11-18
@@ -1523,7 +1544,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
%prep
-%autosetup -n cogment-2.8.0
+%autosetup -n cogment-2.8.1
%build
%py3_build
@@ -1537,20 +1558,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -1563,5 +1584,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.1-1
- Package Spec generated