All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Asselstine <mark.asselstine@windriver.com>
To: <bruce.ashfield@windriver.com>
Cc: meta-virtualization@yoctoproject.org
Subject: [m-c-s][PATCH] python-django-compressor: uprev to v2.1
Date: Mon, 23 Jan 2017 16:40:14 -0500	[thread overview]
Message-ID: <1485207614-8239-1-git-send-email-mark.asselstine@windriver.com> (raw)

This version is required to support the uprev of python-horizon to
stable/newton.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../python/python-django-compressor_1.5.bb         | 22 -------------------
 .../python/python-django-compressor_2.1.bb         | 25 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 22 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb
deleted file mode 100644
index b33aed6..0000000
--- a/meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Compresses linked and inline JavaScript or CSS into single cached files."
-HOMEPAGE = "http://django-compressor.readthedocs.org/en/latest/"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9f8de96acfc347c41ce7c15f2e918ef6"
-
-SRCNAME = "django_compressor"
-
-SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
-"
-
-SRC_URI[md5sum] = "274dd82a45ddd13e111852dd101a5924"
-SRC_URI[sha256sum] = "0189fd1dbf87d802f4e4e21ebc9220f29bbb7771b252a958ad6119f61453e22e"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools 
-
-RDEPENDS_${PN} += "python-django-appconf  \
-	"
-
-CLEANBROKEN = "1"
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
new file mode 100644
index 0000000..4bdb706
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Compresses linked and inline JavaScript or CSS into single cached files."
+HOMEPAGE = "http://django-compressor.readthedocs.org/en/latest/"
+SECTION = "devel/python"
+LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=021598d037fd39ab02e53249e1fe4b6f"
+
+SRCNAME = "django_compressor"
+
+SRC_URI = "https://pypi.io/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "21ecfe4e8615eae64f7068a5599df9af"
+SRC_URI[sha256sum] = "ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b4954ef"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools 
+
+RDEPENDS_${PN} += " \
+        python-django-appconf  \
+        python-rcssmin  \
+        python-rjsmin  \
+        "
+
+CLEANBROKEN = "1"
-- 
2.7.4



                 reply	other threads:[~2017-01-23 21:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485207614-8239-1-git-send-email-mark.asselstine@windriver.com \
    --to=mark.asselstine@windriver.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.