Browse Source

Merge pull request #3111 from kissg1988/django

Upgrade django packages
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
d156936b23
6 changed files with 18 additions and 18 deletions
  1. +3
    -3
      lang/django-appconf/Makefile
  2. +3
    -3
      lang/django-compressor/Makefile
  3. +3
    -3
      lang/django-constance/Makefile
  4. +3
    -3
      lang/django-jsonfield/Makefile
  5. +3
    -3
      lang/django-postoffice/Makefile
  6. +3
    -3
      lang/django-statici18n/Makefile

+ 3
- 3
lang/django-appconf/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-appconf
PKG_VERSION:=1.0.1
PKG_VERSION:=1.0.2
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django-appconf/
PKG_MD5SUM:=29c87a00f0d098b90f3ac6113ae6e52d
PKG_SOURCE_URL:=https://pypi.python.org/packages/34/b9/d07195652ab494b026f7cb0341dd6e5f2e6e39be177abe05e2cec8bd46e4/
PKG_MD5SUM:=cc11511a47088bc56531df67cd5d6261
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk


+ 3
- 3
lang/django-compressor/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-compressor
PKG_VERSION:=2.0
PKG_VERSION:=2.1
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_SOURCE:=django_compressor-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django_compressor/
PKG_SOURCE_URL:=https://pypi.python.org/packages/23/46/2c7d582255969ad5259937f5f9e14aec1f3349d0fc0651129330918d1c6d/
PKG_BUILD_DIR:=$(BUILD_DIR)/django_compressor-$(PKG_VERSION)/
PKG_MD5SUM:=98254da44f1676d7b871ffeb14115175
PKG_MD5SUM:=21ecfe4e8615eae64f7068a5599df9af
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk


+ 3
- 3
lang/django-constance/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-constance
PKG_VERSION:=1.1.2
PKG_VERSION:=1.2
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django-constance/
PKG_MD5SUM:=00d58c8d6c8cd7e352d14854aba8d5aa
PKG_SOURCE_URL:=https://pypi.python.org/packages/0a/ff/1c1caae2b7be9c26f2aee0703236998e22cf5557fa56726347b5afa149d1/
PKG_MD5SUM:=f9f8e527df50b0a1533149d9be0b814b
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk


+ 3
- 3
lang/django-jsonfield/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-jsonfield
PKG_VERSION:=0.9.19
PKG_VERSION:=1.0.1
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django-jsonfield/
PKG_MD5SUM:=6ccf381732f67272a9b8b29b44079df7
PKG_SOURCE_URL:=https://pypi.python.org/packages/e4/b2/a079f0a2218e0eb7892edbf404e0bbfbb281a6bbf06966b775f5142ed159/
PKG_MD5SUM:=2e5e737a3f93f3b5d7ae6026b1340167
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk


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

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-postoffice
PKG_VERSION:=2.0.7
PKG_VERSION:=2.0.8
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_SOURCE:=django-post_office-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django-post_office/
PKG_SOURCE_URL:=https://pypi.python.org/packages/52/25/cc0cfe923f183d7c19b162cac3bf8430ddaed7bad28202b8f93a97d248a4/
PKG_BUILD_DIR:=$(BUILD_DIR)/django-post_office-$(PKG_VERSION)/
PKG_MD5SUM:=9c2dfea47834c98193f7bc442500ec40
PKG_MD5SUM:=437bf62cef06381d346ae2bc087c0e3c
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk


+ 3
- 3
lang/django-statici18n/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-statici18n
PKG_VERSION:=1.1.5
PKG_VERSION:=1.2.1
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django-statici18n/
PKG_MD5SUM:=ad9941818f54428508fece4a463ea1cc
PKG_SOURCE_URL:=https://pypi.python.org/packages/72/76/6ee13019e1691bff6b759136068ee77fcc2982b700135caa134030937b28/
PKG_MD5SUM:=67cac19909dd3272ae1fc73ad8d1dca3
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save