forked from pool/python-preggy
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
This commit is contained in:
committed by
Git OBS Bridge
parent
5add520a7a
commit
e9c1e85e44
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c825448a40412ffb70c85c2de438bcfce0bd1842a0843f46f75b600a074913c
|
||||
size 19329
|
3
preggy-1.4.4.tar.gz
Normal file
3
preggy-1.4.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25ba803afde4f35ef543a60915ced2e634926235064df717c3cb3e4e3eb4670c
|
||||
size 23351
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 12:56:46 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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 <heynemann@gmail.com>
|
||||
@@ -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
|
||||
|
Reference in New Issue
Block a user