Update to 0.5.4 (close RHBZ#2221739)
This commit is contained in:
parent
30d1e29638
commit
071e7edecf
4 changed files with 5 additions and 29 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
/pyMapVBVD-0.5.3-test-data.tar.xz
|
||||
/pyMapVBVD-0.5.3.tar.gz
|
||||
/pyMapVBVD-0.5.4.tar.gz
|
||||
/pyMapVBVD-0.5.4-test-data.tar.xz
|
||||
|
|
|
|||
22
34.patch
22
34.patch
|
|
@ -1,22 +0,0 @@
|
|||
From aac8567d855243721820bbca31725cf67b672957 Mon Sep 17 00:00:00 2001
|
||||
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||||
Date: Sat, 8 Jul 2023 17:52:17 -0400
|
||||
Subject: [PATCH] Do not install tests in site-packages
|
||||
|
||||
---
|
||||
setup.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 82f78dd..98e2639 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -25,7 +25,7 @@
|
||||
url='https://github.com/wtclarke/pymapvbvd',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
- packages=setuptools.find_packages(),
|
||||
+ packages=setuptools.find_packages(exclude=["tests*"]),
|
||||
install_requires=install_requires,
|
||||
extras_require={"tests": ['pytest', ]},
|
||||
license_file='LICENSE',
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
%bcond bundled_versioneer %{expr:0%{?fc37} || 0%{?fc38} || 0%{?el9}}
|
||||
|
||||
Name: python-pymapvbvd
|
||||
Version: 0.5.3
|
||||
Version: 0.5.4
|
||||
Release: %autorelease
|
||||
Summary: Python twix file reader
|
||||
|
||||
|
|
@ -22,10 +22,6 @@ Source0: %{pypi_source pyMapVBVD}
|
|||
Source1: pyMapVBVD-%{version}-test-data.tar.xz
|
||||
Source2: get_test_data.sh
|
||||
|
||||
# Do not install tests in site-packages
|
||||
# https://github.com/wtclarke/pymapvbvd/pull/34
|
||||
Patch: %{url}/pull/34.patch
|
||||
|
||||
BuildArch: noarch
|
||||
# The library assumes that the host and the file format are both little-endian.
|
||||
# The necessary patch would not be trivial. Queried upstream:
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (pyMapVBVD-0.5.3-test-data.tar.xz) = d313109a271867e7b54155a11e05703580344527f576d3fd4ef9609efa626f5352f871f6352eee8fb1f2dde63f5ad0be892d1513ccfe985ea0e86dc7e18984f9
|
||||
SHA512 (pyMapVBVD-0.5.3.tar.gz) = 5ec6268b4c61fb84529917fa552fea1aa3ce8fa87b735fd643efe2e1262c80ae0945b93a3f10c9107ac0c26cf6076a5542c4639d967b3f079038f7de60d582a8
|
||||
SHA512 (pyMapVBVD-0.5.4.tar.gz) = 1512db1aa15dcac460b87f100ecd9539a274f6b740f4024aee283cbc7fe3a0f466accd01e76bc393492c0088a797adaa0ae158c58ee36310ff6b0bac1666fb30
|
||||
SHA512 (pyMapVBVD-0.5.4-test-data.tar.xz) = c29bcd449fb39d2449a1c3e555d4d61f80bc09102156d2103366bad610fe70e3c0152e417899db4e51879faec61a6d087576332c16f82bb30eedc2296026bef6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue