Skip to content

Commit

Permalink
pypi-hypothesis: Autospec creation for update from version 6.92.5 to …
Browse files Browse the repository at this point in the history
…version 6.92.6

CI on behalf of the Hypothesis team (1):
      Bump hypothesis-python version to 6.92.6 and update changelog

Vince Reuter (16):
      add warning all elements to sampled_from are strategies, suggestive of one_of; close #3819
      try catching expected warning in test contexts
      add explicit stacklevel argument to pass linting
      generate patch release description file
      remove warning-compensatory changes to test suite
      narrow the severity and cases for alternate API use suggestion; close #3819
      remove unused helper method, add param ids, work better with staticmethod
      make implementation valid for more use cases
      add indirect tests
      ensure that err reprod doesn't squash error notes
      add direct draw tests for #3819; condense and narrow assertion logic
      simplify no-error check in test; https://github.com/HypothesisWorks/hypothesis/pull/3820\#discussion_r1438466523
      more informative note for #3819
      ignore mypy check for new attr
      limit the number of elements shown for API use suggestion; #3819
      locally ignore undefined attribute for mypy

Zac Hatfield-Dodds (2):
      tweak formatting + move note
      remove unused ignore
  • Loading branch information
fenrus75 committed Jan 9, 2024
1 parent fc71928 commit bd24568
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-hypothesis
URL = https://files.pythonhosted.org/packages/4c/f6/5648a6027902a2d0c64f785cc1984bb44106864b7d655cb82504872c1bb1/hypothesis-6.92.5.tar.gz
URL = https://files.pythonhosted.org/packages/92/4d/c799b1e0f9ac00324c666b0b22b49f2b84536edc923c1b76a81e1eac8520/hypothesis-6.92.6.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-hypothesis
url = https://files.pythonhosted.org/packages/4c/f6/5648a6027902a2d0c64f785cc1984bb44106864b7d655cb82504872c1bb1/hypothesis-6.92.5.tar.gz
url = https://files.pythonhosted.org/packages/92/4d/c799b1e0f9ac00324c666b0b22b49f2b84536edc923c1b76a81e1eac8520/hypothesis-6.92.6.tar.gz
archives =
giturl = https://github.com/HypothesisWorks/hypothesis/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-hypothesis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# autospec commit: ab27b0e
#
Name : pypi-hypothesis
Version : 6.92.5
Release : 724
URL : https://files.pythonhosted.org/packages/4c/f6/5648a6027902a2d0c64f785cc1984bb44106864b7d655cb82504872c1bb1/hypothesis-6.92.5.tar.gz
Source0 : https://files.pythonhosted.org/packages/4c/f6/5648a6027902a2d0c64f785cc1984bb44106864b7d655cb82504872c1bb1/hypothesis-6.92.5.tar.gz
Version : 6.92.6
Release : 725
URL : https://files.pythonhosted.org/packages/92/4d/c799b1e0f9ac00324c666b0b22b49f2b84536edc923c1b76a81e1eac8520/hypothesis-6.92.6.tar.gz
Source0 : https://files.pythonhosted.org/packages/92/4d/c799b1e0f9ac00324c666b0b22b49f2b84536edc923c1b76a81e1eac8520/hypothesis-6.92.6.tar.gz
Summary : A library for property-based testing
Group : Development/Tools
License : MPL-2.0 MPL-2.0-no-copyleft-exception
Expand Down Expand Up @@ -71,18 +71,18 @@ python3 components for the pypi-hypothesis package.


%prep
%setup -q -n hypothesis-6.92.5
cd %{_builddir}/hypothesis-6.92.5
%setup -q -n hypothesis-6.92.6
cd %{_builddir}/hypothesis-6.92.6
pushd ..
cp -a hypothesis-6.92.5 buildavx2
cp -a hypothesis-6.92.6 buildavx2
popd

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1704728442
export SOURCE_DATE_EPOCH=1704819843
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
724
725
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5193f955b8e0f3b93dcff2d60ce6956a2ea653ed/hypothesis-6.92.5.tar.gz
a8fc83a0c7b30a98720597cf49ff840984ea2589/hypothesis-6.92.6.tar.gz

0 comments on commit bd24568

Please sign in to comment.