summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/flask-migrate: add 3.1.0, enable py3.10, fix testsArthur Zamarin2021-10-023-3/+33
| | | | | Closes: https://bugs.gentoo.org/796437 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/flask-migrate: Revert "Depend on old flask"Michał Górny2021-07-191-1/+1
| | | | | | Reverts: fa07ab7c493bdfa4a1f217f5a67779972cfb52bf Closes: https://bugs.gentoo.org/802789 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Remove oldMichał Górny2021-07-163-61/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: amd64/x86 stable (ALLARCHES policy) wrt bug #797955Agostino Sarubbo2021-07-161-1/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/flask-migrate: Depend on old flaskMichał Górny2021-07-121-1/+1
| | | | | Closes: https://bugs.gentoo.org/801670 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Bump to 3.0.1Michał Górny2021-05-312-0/+28
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Bump to 3.0.0Michał Górny2021-05-152-0/+28
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Remove oldMichał Górny2021-03-254-104/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: amd64/x86 stable (ALLARCHES policy) wrt bug #778089Agostino Sarubbo2021-03-251-1/+1
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/flask-migrate: Bump to 2.7.0Michał Górny2021-02-212-0/+33
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Stabilize 2.6.0 amd64, #769974Sam James2021-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/flask-migrate: Stabilize 2.6.0 x86, #769974Sam James2021-02-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Bump to 2.6.0Michał Górny2021-01-202-0/+33
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Move distutils_enable_tests where it belongsAndreas Sturmlechner2021-01-101-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/flask-migrate: Modernise using distutils_enable_testsAndreas Sturmlechner2021-01-101-6/+3
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/flask-migrate: 2.5.3 version bump, python3_9Andreas Sturmlechner2021-01-092-0/+37
| | | | | | | Tests passed. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/flask-migrate: mark ALLARCHESSam James2021-01-091-0/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/flask-migrate: python3_8Andreas Sturmlechner2020-02-051-2/+1
| | | | | | | Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/flask-migrate: Remove py2Michał Górny2020-02-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: Remove oldDavid Seifert2019-12-293-67/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: python3_7Andreas Sturmlechner2019-12-011-1/+2
| | | | | | | Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/flask-migrate: x86 stable wrt bug #700382Agostino Sarubbo2019-11-191-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/flask-migrate: amd64 stable wrt bug #700382Agostino Sarubbo2019-11-181-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/flask-migrate: Bump to 2.5.2 and EAPI 7Aaron W. Swenson2019-10-172-0/+36
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/flask-migrate: x86 stable (bug #658946)Thomas Deutschmann2018-07-021-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-migrate: amd64 stableJason Zaman2018-06-241-1/+1
| | | | | Gentoo-bug: 658946 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-migrate: Support python 3.6Pacho Ramos2018-06-241-0/+32
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/flask-migrate: Clean old upMichał Górny2018-01-043-68/+0
|
* dev-python/flask-migrate: amd64 stableJason Zaman2017-12-231-1/+1
| | | | | Gentoo-bug: 641310 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/flask-migrate: x86 stable (bug #641310)Thomas Deutschmann2017-12-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/flask-migrate: Fix 2.1.1 tests and depsAaron W. Swenson2017-12-191-4/+3
| | | | | | | | | dev-python/nose no longer used for tests. esetup.py used instead. dev-python/flask-script only needed for tests. Closes: https://bugs.gentoo.org/641714 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-python/flask-migrate: Version BumpAaron W. Swenson2017-09-092-0/+34
| | | | | | Bump to 2.1.1 needed by dev-db/pgadmin4. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-python/flask-migrate: Clean old versions upMichał Górny2017-05-022-34/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/flask-migrate: drop old versionsTiziano Müller2016-11-065-140/+0
| | | | Package-Manager: portage-2.3.0
* dev-python/flask-migrate: version bump, includes EAPI bump and py-3 supportTiziano Müller2016-11-062-0/+35
| | | | | | Also fixes dependencies, see bug #588188 Package-Manager: portage-2.3.0
* dev-python/flask-migrate: update HOMEPAGE.Patrice Clement2016-07-156-12/+12
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/587906 Package-Manager: portage-2.2.28
* dev-python/flask-migrate: BumpPatrick Lauer2016-03-022-0/+35
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-python/flask-migrate: BumpPatrick Lauer2016-01-032-0/+35
| | | | Package-Manager: portage-2.2.26
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720