Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74a66e3276 | ||
|
|
f4c3b9904d | ||
|
|
1425d7e1eb | ||
|
|
5d63645351 | ||
|
|
5fb1935ccd | ||
|
|
fc8abef2e4 | ||
|
|
01796482b3 | ||
|
|
03e49997e4 |
5 changed files with 5 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -31,5 +31,3 @@
|
|||
/v1.7.0.tar.gz
|
||||
/v1.8.0.tar.gz
|
||||
/v1.8.1.tar.gz
|
||||
/v1.9.0.tar.gz
|
||||
/v1.10.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ jobs:
|
|||
- fedora-all
|
||||
actions:
|
||||
changelog-entry:
|
||||
- bash -c '[ -n "$PACKIT_RESOLVED_BUGS" ] && echo "Update to ${PACKIT_PROJECT_VERSION} (${PACKIT_RESOLVED_BUGS})" || echo "Update to ${PACKIT_PROJECT_VERSION}"'
|
||||
- bash -c '[ -n "$PACKIT_RESOLVED_BUGS" ] && echo "Update to ${PACKIT_PROJECT_VERSION} (rhbz#${PACKIT_RESOLVED_BUGS})" || echo "Update to ${PACKIT_PROJECT_VERSION}"'
|
||||
commit-message:
|
||||
- bash -c '[ -n "$PACKIT_RESOLVED_BUGS" ] && echo "Update to ${PACKIT_PROJECT_VERSION} (${PACKIT_RESOLVED_BUGS})" || echo "Update to ${PACKIT_PROJECT_VERSION}"'
|
||||
- bash -c '[ -n "$PACKIT_RESOLVED_BUGS" ] && echo "Update to ${PACKIT_PROJECT_VERSION} (rhbz#${PACKIT_RESOLVED_BUGS})" || echo "Update to ${PACKIT_PROJECT_VERSION}"'
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ["lbalhar", "packit"]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.106.0.post1.dev8+g521f1e1d.
|
||||
The file was generated using packit 0.102.2.post1.dev2+gbdca14cb.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: micropipenv
|
||||
Version: 1.10.0
|
||||
Version: 1.8.1
|
||||
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.8.1.tar.gz) = de553f4c9b7fe7fcf182e6c9957cb422a54b38cf0ecd0ce0d7c0fd4fc2f32b5cb3e03005e92246960f4c9cff801b14471bd435319da88b6b14e24aba794f399b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue