* [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/
@ 2016-01-03 20:34 Patrick Lauer
0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer @ 2016-01-03 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 1a5668e5bc57b58e03d2ba520b1127989244e5ac
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 3 20:06:52 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jan 3 20:06:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5668e5
dev-python/flask-uploads: Bump
Package-Manager: portage-2.2.26
dev-python/flask-uploads/Manifest | 1 +
.../flask-uploads/flask-uploads-0.2.0.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/flask-uploads/Manifest b/dev-python/flask-uploads/Manifest
index 2062a55..ae046cf 100644
--- a/dev-python/flask-uploads/Manifest
+++ b/dev-python/flask-uploads/Manifest
@@ -1 +1,2 @@
DIST Flask-Uploads-0.1.3.tar.gz 9312 SHA256 2ed695257bb9e3ab93aacf88022f78e1167c748ba8ec19c180ede4af36a4d4de SHA512 eb52c8b22ecc909a37149a9b6df91f47bff0f48ef768325a6e8cc1031b1c1977894a1aaaf70726484316de1782daa26ea96d24114d10490b0d271b2a87efd8ae WHIRLPOOL 9a240e9b797d535622cbb7fbc324a7763ec53e3a9a3d0267176fbc202013c4bb2a3671515320f3157b6086de8b8cd653154080bffa69fe082710109be6789c6c
+DIST Flask-Uploads-0.2.0.tar.gz 7628 SHA256 6623a74e426408e59e392b7f9a4d070112b92d71a974a691fa33c21224c1294f SHA512 7151dc5bad2813040afac84434518a3dc6df7394b60add31a26d5e19c10d42b78729eebfd5ef5a12e289ca73377f0a20b5b4b649036eba9d9e494c054d3e4efc WHIRLPOOL ec47b1aaa6cb801ed08aa4c38ff84613c23ec17c8fc947718627522d049bc02ded827ebd343ba0692df21b048d443c8785281fdafdd63b47c3d056cf21e20bc2
diff --git a/dev-python/flask-uploads/flask-uploads-0.2.0.ebuild b/dev-python/flask-uploads/flask-uploads-0.2.0.ebuild
new file mode 100644
index 0000000..ea8dc08
--- /dev/null
+++ b/dev-python/flask-uploads/flask-uploads-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Flexible and efficient upload handling for Flask"
+HOMEPAGE="http://pythonhosted.org/Flask-Testing/
+ https://pypi.python.org/pypi/Flask-Testing/"
+MY_PN="Flask-Uploads"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/flask-0.5[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+ nosetests || die "Testing failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/
@ 2016-04-18 9:06 Ian Delaney
0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney @ 2016-04-18 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 19f9846c7151dad5fa1082aa1e665507944a23ec
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 18:37:56 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 09:06:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f9846c
dev-python/flask-uploads: add Python 3.5 support, fix tests
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1293
Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
dev-python/flask-uploads/Manifest | 2 +-
dev-python/flask-uploads/flask-uploads-0.2.0.ebuild | 13 +++++--------
dev-python/flask-uploads/metadata.xml | 2 ++
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/dev-python/flask-uploads/Manifest b/dev-python/flask-uploads/Manifest
index ae046cf..ee53fc0 100644
--- a/dev-python/flask-uploads/Manifest
+++ b/dev-python/flask-uploads/Manifest
@@ -1,2 +1,2 @@
DIST Flask-Uploads-0.1.3.tar.gz 9312 SHA256 2ed695257bb9e3ab93aacf88022f78e1167c748ba8ec19c180ede4af36a4d4de SHA512 eb52c8b22ecc909a37149a9b6df91f47bff0f48ef768325a6e8cc1031b1c1977894a1aaaf70726484316de1782daa26ea96d24114d10490b0d271b2a87efd8ae WHIRLPOOL 9a240e9b797d535622cbb7fbc324a7763ec53e3a9a3d0267176fbc202013c4bb2a3671515320f3157b6086de8b8cd653154080bffa69fe082710109be6789c6c
-DIST Flask-Uploads-0.2.0.tar.gz 7628 SHA256 6623a74e426408e59e392b7f9a4d070112b92d71a974a691fa33c21224c1294f SHA512 7151dc5bad2813040afac84434518a3dc6df7394b60add31a26d5e19c10d42b78729eebfd5ef5a12e289ca73377f0a20b5b4b649036eba9d9e494c054d3e4efc WHIRLPOOL ec47b1aaa6cb801ed08aa4c38ff84613c23ec17c8fc947718627522d049bc02ded827ebd343ba0692df21b048d443c8785281fdafdd63b47c3d056cf21e20bc2
+DIST flask-uploads-0.2.0.tar.gz 23304 SHA256 6d7898213b33f60db88c9d62f0a521cde2692d8ba3f085929fdc2db1ca15d826 SHA512 ad80448b111019a5e731529267a790d1dd95a356671780efc20f1dc830044e539ab348404b706baf3666c7407518ed04cd2871d811f72b6145261dcc307ffacc WHIRLPOOL 65cba4a20227d6373209a0511b862af1cf6e281912473392428bc3ecde755ad12deee628d52bd2f5742b4d210f07054e7729a9a227e44fe0c9721022004080ef
diff --git a/dev-python/flask-uploads/flask-uploads-0.2.0.ebuild b/dev-python/flask-uploads/flask-uploads-0.2.0.ebuild
index ea8dc08..461debd 100644
--- a/dev-python/flask-uploads/flask-uploads-0.2.0.ebuild
+++ b/dev-python/flask-uploads/flask-uploads-0.2.0.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="Flexible and efficient upload handling for Flask"
HOMEPAGE="http://pythonhosted.org/Flask-Testing/
https://pypi.python.org/pypi/Flask-Testing/"
-MY_PN="Flask-Uploads"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+# https://github.com/maxcountryman/flask-uploads/issues/2
+SRC_URI="https://github.com/maxcountryman/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -24,8 +23,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-S="${WORKDIR}/${MY_P}"
-
python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
}
diff --git a/dev-python/flask-uploads/metadata.xml b/dev-python/flask-uploads/metadata.xml
index 3af2b10..065aa01 100644
--- a/dev-python/flask-uploads/metadata.xml
+++ b/dev-python/flask-uploads/metadata.xml
@@ -7,5 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">Flask-Uploads</remote-id>
+ <remote-id type="github">maxcountryman/flask-uploads</remote-id>
+ <bugs-to>https://github.com/maxcountryman/flask-uploads/issues</bugs-to>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/
@ 2017-12-22 16:32 Jason Zaman
0 siblings, 0 replies; 6+ messages in thread
From: Jason Zaman @ 2017-12-22 16:32 UTC (permalink / raw
To: gentoo-commits
commit: e57a60e970d7740a7f6640401970a51a08839eca
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 16:20:45 2017 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 16:32:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57a60e9
dev-python/flask-uploads: amd64 stable
Gentoo-bug: 641204
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
index 9f667428d07..9b040b5606d 100644
--- a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
+++ b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/maxcountryman/${PN}/archive/${PV}.tar.gz -> ${P}.tar
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND=">=dev-python/flask-0.5[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/
@ 2018-01-03 23:35 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-01-03 23:35 UTC (permalink / raw
To: gentoo-commits
commit: 94f36ada0828b362d73898f81fc7c2356b5305bb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:30:43 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 23:35:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f36ada
dev-python/flask-uploads: Clean old up
dev-python/flask-uploads/Manifest | 1 -
.../flask-uploads/flask-uploads-0.1.3.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/flask-uploads/Manifest b/dev-python/flask-uploads/Manifest
index feaf55a329e..5afe824d1dc 100644
--- a/dev-python/flask-uploads/Manifest
+++ b/dev-python/flask-uploads/Manifest
@@ -1,2 +1 @@
-DIST Flask-Uploads-0.1.3.tar.gz 9312 BLAKE2B ad2bc5911af0a2ea06c2915923a5411f6fc34f06faa7d489c321386c32de64edce2e1b598ec9159c5be9fa90e47eada5a17b36efe9d6403fef4f48eda274cc4c SHA512 eb52c8b22ecc909a37149a9b6df91f47bff0f48ef768325a6e8cc1031b1c1977894a1aaaf70726484316de1782daa26ea96d24114d10490b0d271b2a87efd8ae
DIST flask-uploads-0.2.0.tar.gz 23304 BLAKE2B 920005b72112bf6ee9cacfd49bd77be91f1282eb8b18500cdb7c4e9ee6277461fecd81ebcc6a8a9fe5c60a847985ad3f91da9adb59bf7d42e21f8412b882b45a SHA512 ad80448b111019a5e731529267a790d1dd95a356671780efc20f1dc830044e539ab348404b706baf3666c7407518ed04cd2871d811f72b6145261dcc307ffacc
diff --git a/dev-python/flask-uploads/flask-uploads-0.1.3.ebuild b/dev-python/flask-uploads/flask-uploads-0.1.3.ebuild
deleted file mode 100644
index d9551f6fcf9..00000000000
--- a/dev-python/flask-uploads/flask-uploads-0.1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Flexible and efficient upload handling for Flask"
-HOMEPAGE="http://pythonhosted.org/Flask-Testing/
- https://pypi.python.org/pypi/Flask-Testing/"
-MY_PN="Flask-Uploads"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/flask-0.5[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
- nosetests || die "Testing failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/
@ 2018-06-24 11:31 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-06-24 11:31 UTC (permalink / raw
To: gentoo-commits
commit: e5d06e5997ce8f8f6ebbb59248d60bba497ed399
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 11:29:39 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 11:31:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d06e59
dev-python/flask-uploads: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
index 0538695b27b..cf494d28238 100644
--- a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
+++ b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/
@ 2018-07-10 21:47 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-07-10 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 21c670b3b9ff886fa075d3a4097f2e34f6a6038d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 8 09:46:13 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 21:47:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c670b3
dev-python/flask-uploads: use HTTPs
dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
index cf494d28238..15ddb4be5ec 100644
--- a/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
+++ b/dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
DESCRIPTION="Flexible and efficient upload handling for Flask"
-HOMEPAGE="http://pythonhosted.org/Flask-Testing/
+HOMEPAGE="https://pythonhosted.org/Flask-Testing/
https://pypi.org/project/Flask-Testing/"
SRC_URI="https://github.com/maxcountryman/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
# use the GitHub tarball since the pypi-tarball does not contain the tests
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-07-10 21:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24 11:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-uploads/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2018-07-10 21:47 Michał Górny
2018-01-03 23:35 Michał Górny
2017-12-22 16:32 Jason Zaman
2016-04-18 9:06 Ian Delaney
2016-01-03 20:34 Patrick Lauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox