Skip to content

Commit

Permalink
www/py-django-cron: Update to 0.6.0
Browse files Browse the repository at this point in the history
* Remove deprecation note and expiration date as upstream got new
  maintainers.  The 0.6.0 release contains compatibility fixes for
  newer Django versions as well.

Changelog:

https://github.com/Tivix/django-cron/releases/tag/v0.6.0
  • Loading branch information
knobix committed Jun 11, 2022
1 parent f66f8ec commit 9b6613c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions www/py-django-cron/Makefile
@@ -1,6 +1,5 @@
PORTNAME= django-cron
PORTVERSION= 0.5.1
PORTREVISION= 1
PORTVERSION= 0.6.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,13 +10,9 @@ COMMENT= Running Python crons in a Django project
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

DEPRECATED= Upstream no longer maintained
EXPIRATION_DATE= 2022-06-30
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-common-helpers>=0.6.4:www/py-django-common-helpers@${PY_FLAVOR}

USES= python:3.5+
USES= python:3.6+
USE_PYTHON= autoplist distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions www/py-django-cron/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1549629311
SHA256 (django-cron-0.5.1.tar.gz) = 08d22708c8b2ecab8cda989019a66c7e1e2424c59d822796fd45abf7731d261d
SIZE (django-cron-0.5.1.tar.gz) = 12122
TIMESTAMP = 1652294249
SHA256 (django-cron-0.6.0.tar.gz) = dc3c0d3433a2e4e7012f77f6d8415ad90367ba068649db2674325bc36f935841
SIZE (django-cron-0.6.0.tar.gz) = 14768

0 comments on commit 9b6613c

Please sign in to comment.