summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/gevent: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent-21.1.2: support pypy3Marek Szuba2021-03-151-2/+1
| | | | | | Tested on the current version of pypy3.7, builds and tests fine. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/gevent: Remove oldMichał Górny2021-02-264-261/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: Stabilize 21.1.2 arm, #772467Sam James2021-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: amd64 stable wrt bug #772467Agostino Sarubbo2021-02-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: x86 stable wrt bug #772467Agostino Sarubbo2021-02-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: Stabilize 21.1.2 arm64, #772467Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: stable 21.1.2 for ppc64Sergei Trofimovich2021-02-251-1/+1
| | | | | | | | stable wrt bug #772467 Package-Manager: Portage-3.0.15, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/gevent: stable 21.1.2 for ppcSergei Trofimovich2021-02-251-1/+1
| | | | | | | | stable wrt bug #772467 Package-Manager: Portage-3.0.15, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/gevent: Stabilize 21.1.2 s390, #772467Sam James2021-02-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: Stabilize 20.12.0 s390, #767082Sam James2021-01-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: Stabilize 20.12.0 amd64, #767082Sam James2021-01-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: Stabilize 20.12.0 ppc64, #767082Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: Stabilize 20.12.0 arm64, #767082Sam James2021-01-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: bump to 21.1.2Sam James2021-01-212-1/+1
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: bump to 21.1.1Sam James2021-01-182-1/+1
| | | | | | | Just a Python 2 fix. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: bump to 21.1.0Sam James2021-01-172-0/+87
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: Bump to 20.12.1Michał Górny2020-12-272-0/+87
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: Update remote-idMichał Górny2020-12-221-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: Bump to 20.12.0Michał Górny2020-12-222-0/+87
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: bump libev depRobin H. Johnson2020-12-071-1/+1
| | | | | | | | | | | | | | | | | | EVBACKEND_LINUXAIO was added to libev-4.24 EVBACKEND_IOURING was added in libev-4.31 ``` src/gevent/libev/corecext.c: In function '__pyx_pymod_exec_corecext': src/gevent/libev/corecext.c:24279:36: error: 'EVBACKEND_LINUXAIO' undeclared (first use in this function) 24279 | __pyx_t_1 = __Pyx_PyInt_From_int(EVBACKEND_LINUXAIO); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 113, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~ src/gevent/libev/corecext.c:24279:36: note: each undeclared identifier is reported only once for each function it appears in src/gevent/libev/corecext.c:24284:36: error: 'EVBACKEND_IOURING' undeclared (first use in this function); did you mean 'EVBACKEND_PORT'? 24284 | __pyx_t_1 = __Pyx_PyInt_From_int(EVBACKEND_IOURING); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 114, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~ ``` Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/gevent: ~x64-macos keywordedSam James2020-11-281-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: Remove oldMichał Górny2020-11-242-87/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: s390 stable wrt bug #751130Agostino Sarubbo2020-11-241-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: amd64 stable wrt bug #751130Agostino Sarubbo2020-11-181-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: stable 20.9.0 for ppcSergei Trofimovich2020-11-031-1/+1
| | | | | | | | stable wrt bug #751130 (STABLEREQ) Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/gevent: Stabilize 20.9.0 arm, #751130Sam James2020-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: Stabilize 20.9.0 arm64, #751130Sam James2020-10-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: stable 20.9.0 for ppc64Sergei Trofimovich2020-10-261-1/+1
| | | | | | | | stable wrt bug #751130 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/gevent: x86 stable (bug #751130)Thomas Deutschmann2020-10-251-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/gevent: Bump to 20.9.0Michał Górny2020-09-232-0/+87
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: Remove python2Michał Górny2020-09-191-5/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: Remove oldMichał Górny2020-09-182-91/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: stable 20.6.2 for ppcSergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #737752 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/gevent: ppc64 stable (bug #737752)Sam James2020-09-031-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: x86 stable (bug #737752)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/gevent: Remove redundant versionsMichał Górny2020-08-222-68/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: amd64 stable wrt bug #737752Agostino Sarubbo2020-08-221-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: s390 stable wrt bug #737752Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: arm stable wrt bug #737752Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: Stabilize 20.6.2 arm64, #737752Sam James2020-08-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: arm64 stable (bug #731396)Sam James2020-07-131-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gevent: Remove redundant versionsMichał Górny2020-07-122-91/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: remove oldLouis Sautier2020-07-093-181/+0
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/gevent: v20.6.2, add zope.{event,interface} to RDEPENDLouis Sautier2020-07-092-0/+91
| | | | | | | | | Those were previously listed as test dependencies despite being listed under install_requires in setup.py. Closes: https://bugs.gentoo.org/730678 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/gevent: Stabilize 20.6.0 amd64, #731396Michał Górny2020-07-091-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/gevent: x86 stable wrt bug #731396Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: s390 stable wrt bug #731396Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/gevent: ppc64 stable wrt bug #731396Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>