From 5558dbf78641e533d24c2a429c7f9f7de38004b03512bb75df7527c5bb2e3c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 13:12:41 +0000 Subject: [PATCH 1/2] - Update to 4.28.2: * Various bugfixes and deprecations all around OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=109 --- hypothesis-python-4.24.3.tar.gz | 3 --- hypothesis-python-4.28.2.tar.gz | 3 +++ python-hypothesis.changes | 6 ++++++ python-hypothesis.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-4.24.3.tar.gz create mode 100644 hypothesis-python-4.28.2.tar.gz diff --git a/hypothesis-python-4.24.3.tar.gz b/hypothesis-python-4.24.3.tar.gz deleted file mode 100644 index 01ae3a4..0000000 --- a/hypothesis-python-4.24.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:141d9cab734812e973183598fbef947824b8ece01d7bf4ba3780627474e232e5 -size 1188860 diff --git a/hypothesis-python-4.28.2.tar.gz b/hypothesis-python-4.28.2.tar.gz new file mode 100644 index 0000000..bdce116 --- /dev/null +++ b/hypothesis-python-4.28.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413d28dcf5cd542265a45806d12f2063a44e8afe9cd16f7e4e00a233a990afb5 +size 1307158 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 78e246e..0db3a90 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 13:00:16 UTC 2019 - Tomáš Chvátal + +- Update to 4.28.2: + * Various bugfixes and deprecations all around + ------------------------------------------------------------------- Sat Jun 8 23:18:22 UTC 2019 - Arun Persaud diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 6fda9db..9af7e23 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis%{psuffix} -Version: 4.24.3 +Version: 4.28.2 Release: 0 Summary: A library for property based testing License: MPL-2.0 From 507e2757e38622c796628751fd26d5b49ffe5e962b3d2c3111f4be6853c658fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jul 2019 08:41:40 +0000 Subject: [PATCH 2/2] Accepting request 719415 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/719415 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=110 --- hypothesis-python-4.28.2.tar.gz | 3 --- hypothesis-python-4.31.1.tar.gz | 3 +++ python-hypothesis.changes | 14 ++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-4.28.2.tar.gz create mode 100644 hypothesis-python-4.31.1.tar.gz diff --git a/hypothesis-python-4.28.2.tar.gz b/hypothesis-python-4.28.2.tar.gz deleted file mode 100644 index bdce116..0000000 --- a/hypothesis-python-4.28.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:413d28dcf5cd542265a45806d12f2063a44e8afe9cd16f7e4e00a233a990afb5 -size 1307158 diff --git a/hypothesis-python-4.31.1.tar.gz b/hypothesis-python-4.31.1.tar.gz new file mode 100644 index 0000000..6173b3c --- /dev/null +++ b/hypothesis-python-4.31.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a329601190e684002b901991e4723cfdeb1a9230e7a3e6cd2c26525aa167ee +size 1307067 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 0db3a90..344f534 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jul 28 16:16:49 UTC 2019 - Arun Persaud + +- update to version 4.31.1: + * This patch changes an internal use of MD5 to SHA hashes, to better + support users subject to FIPS-140. There is no user-visible or API + change. + +- changes from version 4.31.0 : + * This release simplifies the logic of the print_blob setting by + removing the option to set it to PrintSettings.INFER. As a result + the print_blob setting now takes a single boolean value, and the + use of PrintSettings is deprecated. + ------------------------------------------------------------------- Mon Jul 22 13:00:16 UTC 2019 - Tomáš Chvátal diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 9af7e23..4088ca4 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis%{psuffix} -Version: 4.28.2 +Version: 4.31.1 Release: 0 Summary: A library for property based testing License: MPL-2.0