From 6fc74f147084881c205013443b7200cf8227294ad3a9fe348cddfcc10c795a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 11 Aug 2018 05:18:10 +0000 Subject: [PATCH 1/4] Accepting request 628683 from home:jsikes:branches:devel:languages:python Big version bump from 13.0 to 14.4. OBS-URL: https://build.opensuse.org/request/show/628683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=3 --- pyrsistent-0.13.0.tar.gz | 3 --- pyrsistent-0.14.4.tar.gz | 3 +++ python-pyrsistent.changes | 11 +++++++++++ python-pyrsistent.spec | 17 ++++++++--------- 4 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 pyrsistent-0.13.0.tar.gz create mode 100644 pyrsistent-0.14.4.tar.gz diff --git a/pyrsistent-0.13.0.tar.gz b/pyrsistent-0.13.0.tar.gz deleted file mode 100644 index 5753712..0000000 --- a/pyrsistent-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ede080bd770a6305bac53ac93ef80bbfb19be4c404a9da0593c73f360c9e4107 -size 96326 diff --git a/pyrsistent-0.14.4.tar.gz b/pyrsistent-0.14.4.tar.gz new file mode 100644 index 0000000..770d300 --- /dev/null +++ b/pyrsistent-0.14.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4024f838472cba9ea1ccbc638e0bcafec2efda28594a9905177ec365f1a95fea +size 98660 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index 846658e..b271e18 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 10 23:33:25 UTC 2018 - jsikes@suse.de + +- Version jump to 0.14.4 + * Fix PClass double-factory-ing in a few situations. + * Fix #121, regression in PClass.set() + * Fix regression where type names break sequence fields + * Allowing 'set' as a valid container for multiple fields. + * Fix #131 Clarify that dot-notation can be used for element access on PMaps + * Fix #133 Python 3.7 compatibility + ------------------------------------------------------------------- Thu Sep 7 22:41:57 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 46cf4ea..57a4e15 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyrsistent # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,29 +13,29 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pyrsistent -Version: 0.13.0 +Version: 0.14.4 Release: 0 -License: MIT Summary: Persistent, Functional, Immutable data structures -Url: http://github.com/tobgu/pyrsistent/ +License: MIT Group: Development/Languages/Python +URL: http://github.com/tobgu/pyrsistent/ Source: https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-six %if %{with test} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} %endif -Requires: python-six - %python_subpackages %description @@ -67,7 +67,6 @@ py.test-%{$python_bin_suffix} %endif %files %{python_files} -%defattr(-,root,root,-) %doc CHANGES.txt LICENCE.mit README README.rst %{python_sitearch}/* From fdca55c5c408dda3a0ae28780768dfd848bd9119c3d525ccc81f5c94df1e6eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 11 Aug 2018 06:34:45 +0000 Subject: [PATCH 2/4] - Drop the test conditional - Use %license macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=4 --- python-pyrsistent.changes | 6 ++++++ python-pyrsistent.spec | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index b271e18..c16e943 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 11 06:34:31 UTC 2018 - tchvatal@suse.com + +- Drop the test conditional +- Use %license macro + ------------------------------------------------------------------- Fri Aug 10 23:33:25 UTC 2018 - jsikes@suse.de diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 57a4e15..3183bb4 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-pyrsistent Version: 0.14.4 Release: 0 @@ -31,11 +30,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six -%if %{with test} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} -%endif %python_subpackages %description @@ -59,15 +56,14 @@ export CFLAGS="%{optflags}" %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -%if %{with test} %check %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} py.test-%{$python_bin_suffix} } -%endif %files %{python_files} -%doc CHANGES.txt LICENCE.mit README README.rst +%license LICENSE.mit +%doc CHANGES.txt README README.rst %{python_sitearch}/* %changelog From 77022cbd3a896652bd3d889463dc1ca44f57dd97c0dfad68619d9549138532e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 11 Aug 2018 06:34:55 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=5 --- python-pyrsistent.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 3183bb4..98543a4 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -26,13 +26,13 @@ Group: Development/Languages/Python URL: http://github.com/tobgu/pyrsistent/ Source: https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six -BuildRequires: %{python_module hypothesis} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} %python_subpackages %description From d6419378ba995cff2bfe5fa920cd8180dff316990fd940d5cd5907a4bdf61ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 11 Aug 2018 08:11:44 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=6 --- python-pyrsistent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 98543a4..26a23ae 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -62,7 +62,7 @@ py.test-%{$python_bin_suffix} } %files %{python_files} -%license LICENSE.mit +%license LICENCE.mit %doc CHANGES.txt README README.rst %{python_sitearch}/*