From bce10caed18d7742c2f88a795a5e7d6dbbd1fe14c880d5e83e2f3cf411bde87b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 25 Jun 2023 19:02:34 +0000 Subject: [PATCH] - update to 2.7.6: * remove caching hash value OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=36 --- bitarray-2.7.5.tar.gz | 3 --- bitarray-2.7.6.tar.gz | 3 +++ python-bitarray.changes | 6 ++++++ python-bitarray.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 bitarray-2.7.5.tar.gz create mode 100644 bitarray-2.7.6.tar.gz diff --git a/bitarray-2.7.5.tar.gz b/bitarray-2.7.5.tar.gz deleted file mode 100644 index df802f8..0000000 --- a/bitarray-2.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:680855cdfddce847241c339e423f03177ecd20e7052152d3fe55b8f35ca47de4 -size 171909 diff --git a/bitarray-2.7.6.tar.gz b/bitarray-2.7.6.tar.gz new file mode 100644 index 0000000..4ee9dcb --- /dev/null +++ b/bitarray-2.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b6dced5f4802abcae0b92d6fbc7c6073af69bb83b9dfaf0e9558693b2b9146 +size 171920 diff --git a/python-bitarray.changes b/python-bitarray.changes index c205542..3c01023 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 25 19:01:34 UTC 2023 - Dirk Müller + +- update to 2.7.6: + * remove caching hash value + ------------------------------------------------------------------- Sun Jun 11 11:51:40 UTC 2023 - Dirk Müller diff --git a/python-bitarray.spec b/python-bitarray.spec index 8bc68d2..08140f3 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bitarray -Version: 2.7.5 +Version: 2.7.6 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0