forked from pool/python-pysol-cards
Accepting request 824523 from home:mcalabkova:branches:devel:languages:python
- Update to 0.10.1 * allow accepting "ms[0-9]+" game nums * add single\_deal\_args\_parse * better PySol compat: fix reset() * better PySol compat: str2int+int2str OBS-URL: https://build.opensuse.org/request/show/824523 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysol-cards?expand=0&rev=3
This commit is contained in:
3
pysol_cards-0.10.1.tar.gz
Normal file
3
pysol_cards-0.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea6ac7e5849d0002cc880868f3a82a84332d5bbb79eb6496ed9676a104046297
|
||||
size 20670
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45b3b6a33515e20da6b166f50fd81b6944040479fe8e6758bc14cf908f541c70
|
||||
size 19517
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 15:27:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 0.10.1
|
||||
* allow accepting "ms[0-9]+" game nums
|
||||
* add single\_deal\_args\_parse
|
||||
* better PySol compat: fix reset()
|
||||
* better PySol compat: str2int+int2str
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 14:59:47 UTC 2020 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pysol-cards.spec
|
||||
# spec file for package python-pysol-cards
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2020 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -15,22 +16,23 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pysol-cards
|
||||
Version: 0.8.8
|
||||
Version: 0.10.1
|
||||
Release: 0
|
||||
Summary: Python module for pysol-cards
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://pypi.org/project/pysol-cards/
|
||||
Source: https://pypi.io/packages/source/p/pysol_cards/pysol_cards-%{version}.tar.gz
|
||||
URL: https://pypi.org/project/pysol-cards/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pysol_cards/pysol_cards-%{version}.tar.gz
|
||||
BuildRequires: %{python_module oslotest}
|
||||
BuildRequires: %{python_module pbr >= 2.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module random2}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
## MANUAL BEGIN ##
|
||||
|
Reference in New Issue
Block a user