diff --git a/pysol_cards-0.10.1.tar.gz b/pysol_cards-0.10.1.tar.gz new file mode 100644 index 0000000..2a55009 --- /dev/null +++ b/pysol_cards-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6ac7e5849d0002cc880868f3a82a84332d5bbb79eb6496ed9676a104046297 +size 20670 diff --git a/pysol_cards-0.8.8.tar.gz b/pysol_cards-0.8.8.tar.gz deleted file mode 100644 index e385a45..0000000 --- a/pysol_cards-0.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45b3b6a33515e20da6b166f50fd81b6944040479fe8e6758bc14cf908f541c70 -size 19517 diff --git a/python-pysol-cards.changes b/python-pysol-cards.changes index 4062bf0..9fd630a 100644 --- a/python-pysol-cards.changes +++ b/python-pysol-cards.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 5 15:27:44 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-pysol-cards.spec b/python-pysol-cards.spec index 93f5306..c738362 100644 --- a/python-pysol-cards.spec +++ b/python-pysol-cards.spec @@ -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 # # 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 ##