Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f131f80e11 | ||
|
|
4c16381bdf | ||
|
|
052bd83615 | ||
|
|
49d6330a41 |
3 changed files with 2 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,4 +32,3 @@
|
|||
/v1.8.0.tar.gz
|
||||
/v1.8.1.tar.gz
|
||||
/v1.9.0.tar.gz
|
||||
/v1.10.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: micropipenv
|
||||
Version: 1.10.0
|
||||
Version: 1.9.0
|
||||
Release: %autorelease
|
||||
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
||||
|
||||
|
|
@ -31,10 +31,6 @@ converting them to pip-tools compatible output.
|
|||
%autosetup
|
||||
# Remove shebang line from the module
|
||||
sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||
# Remove virtualenv requirement from tox.ini
|
||||
sed -i '/requires = virtualenv/d' tox.ini
|
||||
# Do not install wheel in testing venvs
|
||||
sed -i 's/[^ ]*wheel==0.45.1.*/pass/' tests/conftest.py
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r %{?with_tests:-t} -x toml
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v1.10.0.tar.gz) = 8508777d2cc04f3aa9faf834a75154d5d3aa8e24ca5551febce4c40c78d32b4cae0753bdf26fc6118b2033852bda4370ef869949389e745991a46b9d44981cf5
|
||||
SHA512 (v1.9.0.tar.gz) = eafe33548ff1155e708c29617f4a8bf582ad469b79dbed2ff81ae4a73bf73e2a6ab2bfeaaf120963f8895295f846cd6e01af5413c955a03b7d1d8d59b97bb4d6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue