Browse Source

django-postoffice: Update to 3.2.1

This version is not the latest available update, but is the last version
compatible with Python 2.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To 5 years ago
parent
commit
69c67fe9f7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/django-postoffice/Makefile

+ 3
- 3
lang/python/django-postoffice/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=django-postoffice PKG_NAME:=django-postoffice
PKG_VERSION:=3.1.0
PKG_RELEASE:=6
PKG_VERSION:=3.2.1
PKG_RELEASE:=1
PYPI_NAME:=django-post-office PYPI_NAME:=django-post-office
PYPI_SOURCE_NAME:=django-post_office PYPI_SOURCE_NAME:=django-post_office
PKG_HASH:=827937a944fe47cea393853069cd9315d080298c8ddb0faf787955d6aa51a030
PKG_HASH:=e32427822f647719575094f790ca949ef9f9827ec0e8378cb021f01f3834b2a4
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT PKG_LICENSE:=MIT


Loading…
Cancel
Save