summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:10:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:10:02 +0000
commitc1f7d3ccc6b17fbe6e582548978f7a2adaf78879 (patch)
treef2cac855757025b5e361441db2b9edccc2a67431
parent6694dd9e88969831cf2b9cd061d5f4cc1fb1b747 (diff)
automatic import of python-open-spielopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-open-spiel.spec24
-rw-r--r--sources2
3 files changed, 11 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index a48399d..0cf897b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/open_spiel-1.2.tar.gz
+/open_spiel-1.3.tar.gz
diff --git a/python-open-spiel.spec b/python-open-spiel.spec
index e0d4f22..c48edbd 100644
--- a/python-open-spiel.spec
+++ b/python-open-spiel.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-open-spiel
-Version: 1.2
+Version: 1.3
Release: 1
Summary: A Framework for Reinforcement Learning in Games
License: Apache 2.0
URL: https://github.com/deepmind/open_spiel
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/fa/b850c0b6c67643e12839deaa65a9775fcdd88eab747e0311e1a13aee0a89/open_spiel-1.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/68/b408ada0202d52238d07e0de52de1098ac65c1ff25ddbf5c0da02318d3b2/open_spiel-1.3.tar.gz
BuildArch: noarch
Requires: python3-pip
@@ -101,8 +101,6 @@ We use [Semantic Versioning](https://semver.org/).
-
-
%package -n python3-open-spiel
Summary: A Framework for Reinforcement Learning in Games
Provides: python-open-spiel
@@ -196,8 +194,6 @@ We use [Semantic Versioning](https://semver.org/).
-
-
%package help
Summary: Development documents and examples for open-spiel
Provides: python3-open-spiel-doc
@@ -288,10 +284,8 @@ We use [Semantic Versioning](https://semver.org/).
-
-
%prep
-%autosetup -n open-spiel-1.2
+%autosetup -n open_spiel-1.3
%build
%py3_build
@@ -305,20 +299,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 .
@@ -331,5 +325,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3-1
- Package Spec generated
diff --git a/sources b/sources
index 06f13d3..7f1d2d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a991c0c797a1bd646ba5f8725b5dcc3 open_spiel-1.2.tar.gz
+5953de24002241f6889cac560a09f046 open_spiel-1.3.tar.gz