Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hypothesis for
openSUSE:Factory checked in at 2024-02-28 19:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypothesis (Old)
and /work/SRC/openSUSE:Factory/.python-hypothesis.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hypothesis"
Wed Feb 28 19:45:01 2024 rev:73 rq:1152107 version:6.98.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes
2024-01-29 22:25:55.810734238 +0100
+++
/work/SRC/openSUSE:Factory/.python-hypothesis.new.1770/python-hypothesis.changes
2024-02-28 19:45:19.741906153 +0100
@@ -1,0 +2,12 @@
+Thu Feb 22 12:42:26 UTC 2024 - Markéta Machová <[email protected]>
+
+- Update to 6.98.9
+ * Avoid creating a .hypothesis directory when using register_type_strategy().
+ * Add ability to pass any object to note().
+ * Warn when constructing a repr that is overly long.
+ * Change the distribution of sampled_from() when sampling from a Flag.
+ * Deprecate use of the global random number generator while drawing from a
strategy.
+ * Improve our distribution of generated values for all strategies.
+ * Improve the Ghostwriter for binary operators.
+
+-------------------------------------------------------------------
Old:
----
hypothesis-python-6.93.2.tar.gz
New:
----
hypothesis-python-6.98.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hypothesis.spec ++++++
--- /var/tmp/diff_new_pack.72huT4/_old 2024-02-28 19:45:20.589936764 +0100
+++ /var/tmp/diff_new_pack.72huT4/_new 2024-02-28 19:45:20.589936764 +0100
@@ -37,7 +37,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-hypothesis%{psuffix}
-Version: 6.93.2
+Version: 6.98.9
Release: 0
Summary: A library for property based testing
License: MPL-2.0
@@ -212,7 +212,8 @@
%license LICENSE.txt
%doc README.rst
%python_alternative %{_bindir}/hypothesis
-%{python_sitelib}/*hypothesis*
+%{python_sitelib}/hypothesis
+%{python_sitelib}/_hypothesis*.py
%{python_sitelib}/hypothesis-%{version}.dist-info
%pycache_only %{python_sitelib}/__pycache__/*hypothesis*
%endif
++++++ _service ++++++
--- /var/tmp/diff_new_pack.72huT4/_old 2024-02-28 19:45:20.621937920 +0100
+++ /var/tmp/diff_new_pack.72huT4/_new 2024-02-28 19:45:20.625938064 +0100
@@ -2,7 +2,7 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
<param name="scm">git</param>
- <param name="revision">hypothesis-python-6.93.2</param>
+ <param name="revision">hypothesis-python-6.98.9</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
<param name="subdir">hypothesis-python</param>
++++++ hypothesis-python-6.93.2.tar.gz -> hypothesis-python-6.98.9.tar.gz ++++++
++++ 9630 lines of diff (skipped)