Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9b809cd71 | |||
| 76047f4d9e | |||
| 5a8d792662 | |||
| 2f44c12822 | |||
| afa21f4ae5 | |||
| c903397575 | |||
| e28af8c019 | |||
| c5de768ebc | |||
| ae856631e5 | |||
| c0d472b7d4 | |||
| cceba8859f | |||
| fee334801b | |||
| 234485726d | |||
| 756cfa1270 | |||
| aa77447c38 | |||
| 6134f92997 | |||
| ba844d5ad1 |
@@ -1 +1,5 @@
|
||||
/flexparser-0.2.tar.gz
|
||||
/flexparser-0.2.1.tar.gz
|
||||
/flexparser-0.3.tar.gz
|
||||
/flexparser-0.3.1.tar.gz
|
||||
/flexparser-0.4.tar.gz
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: python-flexparser
|
||||
Version: 0.2
|
||||
Version: 0.4
|
||||
Release: %autorelease
|
||||
Summary: Parsing made fun … using typing
|
||||
|
||||
@@ -28,12 +28,10 @@ Summary: %{summary}
|
||||
|
||||
%prep
|
||||
%autosetup -n flexparser-%{version}
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
|
||||
sed -r -i 's/^([[:blank:]]*)\b(pytest-cov)\b/\1# \2/' requirements.test.txt
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x test
|
||||
%pyproject_buildrequires
|
||||
|
||||
|
||||
%build
|
||||
@@ -55,10 +53,6 @@ rm -rvf '%{buildroot}%{python3_sitelib}/flexparser/testsuite'
|
||||
sed -r -i '/\/flexparser\/testsuite/d' %{pyproject_files}
|
||||
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
|
||||
%files -n python3-flexparser -f %{pyproject_files}
|
||||
%doc README.rst
|
||||
%doc CHANGES
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (flexparser-0.2.tar.gz) = 4df743e27064c4bfbc29f93da17e5e2451095e83f80f00de00271a4c703213fe322f70e194fece6e44e6d1386f052a544e69f9778097ea05e702ea36afbafabc
|
||||
SHA512 (flexparser-0.4.tar.gz) = a5f183cb7e97968bfd3475d9854495e99a7f6422afcb96c93ac134a574d85b23d360cc5e4f816e91aea87b55b9479492fced92e4f06d3f033ae9fcf69b26d181
|
||||
|
||||
Reference in New Issue
Block a user