git: daec6edfc243 - main - devel/py-pytest: add portepoch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:43:30 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=daec6edfc243dc99c3207998b4fe36a9f00ff59b
commit daec6edfc243dc99c3207998b4fe36a9f00ff59b
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-01-23 05:10:23 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-01-25 19:42:24 +0000
devel/py-pytest: add portepoch
In 46a663d44cb038c4b5fcca21f1c0151db0e8302e multiple reverts of updates
happend:
* devel/py-pytest-flask downgrade from 6.2.4 -> 4.6.11
* devel/py-pytest-translations downgrade from 3.1.0 -> 2.0.0
* devel/py-pytest-xdist downgrade from 2.3.0 -> 2.3.0
* devel/py-pytest-flask downgrade from 1.2.0 -> 0.15.1
Differential Revision: https://reviews.freebsd.org/D34006
Approved by: rene
---
devel/py-pytest-flask/Makefile | 1 +
devel/py-pytest-translations/Makefile | 1 +
devel/py-pytest-xdist/Makefile | 1 +
devel/py-pytest/Makefile | 1 +
4 files changed, 4 insertions(+)
diff --git a/devel/py-pytest-flask/Makefile b/devel/py-pytest-flask/Makefile
index ea2d49339048..9d7f495edc33 100644
--- a/devel/py-pytest-flask/Makefile
+++ b/devel/py-pytest-flask/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pytest-flask
PORTVERSION= 0.15.1
+PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pytest-translations/Makefile b/devel/py-pytest-translations/Makefile
index f0412c09a268..d57ff7d39296 100644
--- a/devel/py-pytest-translations/Makefile
+++ b/devel/py-pytest-translations/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pytest-translations
PORTVERSION= 2.0.0
+PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pytest-xdist/Makefile b/devel/py-pytest-xdist/Makefile
index 44341bb80115..8713efe94b65 100644
--- a/devel/py-pytest-xdist/Makefile
+++ b/devel/py-pytest-xdist/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pytest-xdist
PORTVERSION= 1.32.0
+PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile
index 2f87d8b80937..ffb7ee853788 100644
--- a/devel/py-pytest/Makefile
+++ b/devel/py-pytest/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pytest
PORTVERSION= 4.6.11
+PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}