Update to 0.6.1 (close RHBZ#2322960)
This commit is contained in:
parent
d965b58314
commit
07249b40dd
4 changed files with 3 additions and 31 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@
|
|||
/pyMapVBVD-test-data.tar.zst
|
||||
/pymapvbvd-0.6.0.tar.gz
|
||||
/pymapvbvd-test-data.tar.zst
|
||||
/pymapvbvd-0.6.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
From a9d7794e07a538bacc1fe2ff2887dbe6e2d0d95f Mon Sep 17 00:00:00 2001
|
||||
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||||
Date: Wed, 3 Jul 2024 11:52:05 -0400
|
||||
Subject: [PATCH] Downstream-only: do not pin the scipy version (and allow
|
||||
0.11.x)
|
||||
|
||||
---
|
||||
requirements.yml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/requirements.yml b/requirements.yml
|
||||
index 8b8b674..007181f 100644
|
||||
--- a/requirements.yml
|
||||
+++ b/requirements.yml
|
||||
@@ -1,7 +1,7 @@
|
||||
dependencies:
|
||||
- numpy>=1.26
|
||||
- tqdm
|
||||
- - scipy==1.13.*
|
||||
+ - scipy>=1.11.3
|
||||
- matplotlib
|
||||
- h5py
|
||||
- six
|
||||
--
|
||||
2.45.2
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
Name: python-pymapvbvd
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: %autorelease
|
||||
Summary: Python twix file reader
|
||||
|
||||
|
|
@ -14,9 +14,6 @@ Source0: %{pypi_source pymapvbvd}
|
|||
Source1: pymapvbvd-test-data.tar.zst
|
||||
Source2: get_test_data.sh
|
||||
|
||||
# Downstream-only: do not pin the scipy version (and allow 0.11.x)
|
||||
Patch: 0001-Downstream-only-do-not-pin-the-scipy-version-and-all.patch
|
||||
|
||||
BuildArch: noarch
|
||||
# PyMapVBVD assumes the platform is little-endian
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2225518
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (pymapvbvd-0.6.0.tar.gz) = 59a6776858535d245dfdbee1037b41eccf74d7a68fb926ea6181fc14de9a31f3d46cb6aeaba10eb1b7a3b32ea2bdd9cf88243830eb1579edee6511e6260b8525
|
||||
SHA512 (pymapvbvd-0.6.1.tar.gz) = b1c12e8f4c261522858feea9c66b5c174b37203a73a54aac8e2bbfb3ab7b1933ba44c9c172aa9cf7a97dba0c4554d99042c042fef9b42f73e912f747ceac1d55
|
||||
SHA512 (pymapvbvd-test-data.tar.zst) = 638be0a8ad0e0876b13948d657bcf921e18938e964215c0c61b9deb6eb5f3abee449a0391238e8e60ffef55c4ca3b9c2906f4c4fd3655e23eed3567279e72323
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue