From e9c1e85e444b640978f78912ac09cb5f691a00a8565566e307ded40b95efbb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Mar 2020 17:34:21 +0000 Subject: [PATCH] Accepting request 786182 from home:mcalabkova:branches:devel:languages:python - Update to 1.4.4 * TypeError: __init__() got an unexpected keyword argument 'encoding' * Added LICENSE file (not distributed in the PyPI tarball, though) * SyntaxWarning: is with a literal. Did you mean ==? OBS-URL: https://build.opensuse.org/request/show/786182 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-preggy?expand=0&rev=4 --- preggy-1.4.2.tar.gz | 3 --- preggy-1.4.4.tar.gz | 3 +++ python-preggy.changes | 8 ++++++++ python-preggy.spec | 4 ++-- split-readme.patch | 21 ++++++++++++--------- 5 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 preggy-1.4.2.tar.gz create mode 100644 preggy-1.4.4.tar.gz diff --git a/preggy-1.4.2.tar.gz b/preggy-1.4.2.tar.gz deleted file mode 100644 index 553330d..0000000 --- a/preggy-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c825448a40412ffb70c85c2de438bcfce0bd1842a0843f46f75b600a074913c -size 19329 diff --git a/preggy-1.4.4.tar.gz b/preggy-1.4.4.tar.gz new file mode 100644 index 0000000..65e3e52 --- /dev/null +++ b/preggy-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ba803afde4f35ef543a60915ced2e634926235064df717c3cb3e4e3eb4670c +size 23351 diff --git a/python-preggy.changes b/python-preggy.changes index afa9e26..93f8e4e 100644 --- a/python-preggy.changes +++ b/python-preggy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 18 12:56:46 UTC 2020 - Marketa Calabkova + +- Update to 1.4.4 + * TypeError: __init__() got an unexpected keyword argument 'encoding' + * Added LICENSE file (not distributed in the PyPI tarball, though) + * SyntaxWarning: is with a literal. Did you mean ==? + ------------------------------------------------------------------- Thu Feb 21 11:53:20 UTC 2019 - Tomáš Chvátal diff --git a/python-preggy.spec b/python-preggy.spec index ebf5d43..f2a19e4 100644 --- a/python-preggy.spec +++ b/python-preggy.spec @@ -1,7 +1,7 @@ # # spec file for package python-preggy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-preggy -Version: 1.4.2 +Version: 1.4.4 Release: 0 Summary: Assertion library for Python License: MIT diff --git a/split-readme.patch b/split-readme.patch index 64f5f89..194dacd 100644 --- a/split-readme.patch +++ b/split-readme.patch @@ -1,7 +1,8 @@ -diff -Nru preggy-1.4.2-orig/LICENSE preggy-1.4.2/LICENSE ---- preggy-1.4.2-orig/LICENSE 1970-01-01 07:00:00.000000000 +0700 -+++ preggy-1.4.2/LICENSE 2019-02-21 18:41:15.876505357 +0700 -@@ -0,0 +1,21 @@ +Index: preggy-1.4.4/LICENSE +=================================================================== +--- /dev/null ++++ preggy-1.4.4/LICENSE +@@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2013 Bernardo Heynemann @@ -23,10 +24,12 @@ diff -Nru preggy-1.4.2-orig/LICENSE preggy-1.4.2/LICENSE +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. -diff -Nru preggy-1.4.2-orig/README.md preggy-1.4.2/README.md ---- preggy-1.4.2-orig/README.md 2018-01-10 04:25:30.000000000 +0700 -+++ preggy-1.4.2/README.md 2019-02-21 18:41:41.844674859 +0700 -@@ -258,34 +258,3 @@ ++ +Index: preggy-1.4.4/README.md +=================================================================== +--- preggy-1.4.4.orig/README.md ++++ preggy-1.4.4/README.md +@@ -258,34 +258,3 @@ expect(6).not_to_be_null().to_equal(6) # a more *sensible* example: expect(foo).not_to_be_null().to_equal(expected.get('foo')) ``` @@ -34,7 +37,7 @@ diff -Nru preggy-1.4.2-orig/README.md preggy-1.4.2/README.md - -Contributing -============ --See [CONTRIBUTING.md]. +-See [CONTRIBUTING](CONTRIBUTING.md). - - -License