Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Mar 2022 22:21:21 2.27.1
|
Po-Chuan Hsieh (sunpoet)  |
www/py-requests: Update to 2.27.1
- Remove SECURITY option [1]
- Upadte pkg-descr
- Update WWW
Changes: https://github.com/psf/requests/releases
Reference: https://github.com/psf/requests/commit/f6c0619d892a41dcf84933810ffda89e9f6b10d4
[1] |
25 Mar 2022 17:19:24 2.25.1_1
|
Po-Chuan Hsieh (sunpoet)  |
www/py-requests: Fix build with py-idna 3.*
- Update version requirement of *_DEPENDS
- Clean up TEST_DEPENDS
- Update do-test:
- Bump PORTREVISION for package change |
25 Mar 2022 13:37:21 2.25.1
|
Po-Chuan Hsieh (sunpoet)  |
www/py-requests: Add SECURITY and SOCKS options
These extra options are defined in setup.py.
Both options are enabled by default because these dependencies are already part
of package dependencies through net/py-urllib3.
Do not bump PORTREVISION for no change in package dependencies. |
07 Mar 2022 19:24:01 2.25.1
|
Po-Chuan Hsieh (sunpoet)  |
*/py-*: Take maintainership |
07 Mar 2022 19:07:39 2.25.1
|
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
14 Oct 2021 21:30:57 2.25.1
|
Stefan Eßer (se)  |
www/py-requests: Add CPE information
Approved by: portmgr (blanket) |
19 May 2021 23:17:55 2.25.1
|
Danilo G. Baio (dbaio)  Author: Charlie Li |
www/py-requests: Update to 2.25.1
- Patches removed were incorporated upstream.
- Update WWW with current project's information.
Changelog: https://github.com/psf/requests/blob/v2.25.1/HISTORY.md
PR: 250941
Approved by: koobs (maintainer, implicit)
MFH: 2021Q2
Co-authored-by: Olivier Cochard <olivier@FreeBSD.org>
Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org> |
06 Apr 2021 14:31:07 2.22.0_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jan 2021 16:34:07
2.22.0_2
|
antoine  |
Remove python 2.7 support from a few ports |
12 Oct 2020 05:41:28
2.22.0_2
|
koobs  |
www/py-requests: Remove trailing slash added while QA'ing.
Fix the pointyhat.
PR: 245938
MFH: 2020Q3
X-MFH-With: 552091 552095 |
12 Oct 2020 05:38:00
2.22.0_1
|
koobs  |
www/py-requests: Chase dns/py-idna update
ports r552091 updated idna to 2.10, breaking www/py-requests, and its
dependents, with:
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'idna<2.9,>=2.5' distribution was not
found and is required by requests
Backport an upstream commit [1] that kinda addresses "most" of the root
cause problem of this for future dependency updates, by not pinning on
minor versions.
[1] https://github.com/psf/requests/pull/5342
PR: 245938
Reported by: lbartoletti, ohauer
MFH: 2020Q3
X-MFH-With: 552091 |
10 Nov 2019 14:53:09
2.22.0
|
kai  |
www/py-requests: Sort dependencies
* Sort {RUN,TEST}_DEPENDS with portfmt
PR: 239302
Submitted by: swills (remaining part of the patch)
Approved by: koobs (maintainer) |
08 Nov 2019 16:44:10
2.22.0
|
kai  |
www/py-requests: Update to 2.22.0
* Backport a patch from upstream that fixes the unittests in conjunction
with devel/py-pytest >= 4.
* Remove obsolete CONFLICTS_INSTALL entry as www/py-requests1 no longer
exists in the Ports tree.
This update includes a pinned urllib3 version bump to < 1.26, which clears
the way for a net/urllib3 update to 1.25.6 [1].
Changelog:
https://github.com/requests/requests/blob/v2.22.0/HISTORY.md
PR: 239302, 229322 [1]
Submitted by: swills (based on)
Approved by: koobs (maintainer)
MFH: 2019Q4 |
22 Jan 2019 10:46:11
2.21.0
|
koobs  |
www/py-requests: Update to 2.21.0
- Update USES comment (Python 3.3 support dropped)
- Rebase setup.py patch (idna change released)
- Remove comment about failing tests due to httpbin issue which seems
to now be fixed.
This update includes a pinned urllib3 version bump to < 1.25, which paves
the way for a net/urllib3 update to 1.24 [1].
Note: 2.20.0 includes a security vulnerability fix for CVE-2018-18074
Changelog:
https://github.com/requests/requests/blob/v2.21.0/HISTORY.md
PR: 229322 [1]
Security: 50ad9a9a-1e28-11e9-98d7-0050562a4d7b
MFH: 2019Q1 |
07 Aug 2018 09:11:28
2.18.4_1 
|
koobs  |
devel/py-requests: Bump pinned idna dependency version
py-idna was updated to 2.7 in ports r476560. py-requests had its idna dependency
pinned to <2.7.
That broke all py-requests dependents.
This change backports part of an upstream commit [1] that bumped the dependency.
Whisper of a dream: It would be really cool if *_DEPENDS could declare multiple
versions in its scheme. We'd pick up these issues much earlier, and be able to
declare dependencies more accurately.</pony>
[1]
https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3d5968721bc
PR: 230430
Reported by: <Trond Endrestol ximalas info> |
20 Jun 2018 17:05:44
2.18.4 
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
02 Mar 2018 11:53:35
2.18.4 
|
koobs  |
www/py-requests: Update to 2.18.4
While I'm here:
Add note about test suite issue. There's no clear & quick way to resolve this
in the short term without further investigation/yak shaving.
Changelog:
https://github.com/requests/requests/blob/v2.18.4/HISTORY.rst
PR: 226078
Submitted by: yuri |
30 Nov 2017 15:50:34
2.18.1_1 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
23 Jul 2017 09:20:08
2.18.1_1 
|
cpm  |
www/py-requests: Allow urllib3 1.22 dependency
- Backport an upstream patch to setup.py allowing urllib3 1.22 dependency
- Bump PORTREVISION
PR: 220927
Submitted by: cpm
Reported by: P. Chevalier<chevalier@dspnet.fr>
Reviewed by: jbeich, koobs
Approved by: koobs (maintainer)
Obtained
from: https://github.com/requests/requests/commit/8d1228cd1943bfe89ffaae32e15b2feb3f8479f5 |
15 Jul 2017 05:00:28
2.18.1 
|
koobs  |
www/py-requests: Update to 2.18.1
While I'm here, add COMMENT on specific supported Python versions
[1] https://github.com/requests/requests/pull/4192
QA: 3 failed [1], 480 passed, 11 skipped, 2 xpassed in 84.60 seconds
MFH: 2017Q3 |
10 Jun 2017 02:57:54
2.17.3 
|
woodsb02  |
www/py3-requests: Update slave port to depend on Python 3.x ports
PR: 219833
Approved by: portmgr blanket |
04 Jun 2017 15:30:26
2.17.3 
|
koobs  |
www/py-requests: Update to 2.17.3
- Update PORTVERSION and distinfo checksum (2.17.3)
- Add RUN_DEPENDS (recently de-vendored/de-bundled)
- Add more TEST_DEPENDS that exist in ports
- Patch out pytest-cov from test_requirements (unnecessary)
- Mark concurrent Python version safe
- Update LICENSE (ISCL -> APACHE20) [1]
https://github.com/requests/requests/blob/v2.17.3/HISTORY.rst
PR: 218578
Submitted by: <takefu airport fm> [1] |
26 Dec 2016 11:47:38
2.11.1 
|
antoine  |
We don't need 4 versions of www/py-requests, 2 are enough |
22 Sep 2016 14:32:14
2.11.1 
|
amdmi3  |
- Update to 2.11.1
PR: 212654
Submitted by: bsam@FreeBSD.org
Approved by: koobs@FreeBSD.org (maintainer) |
18 Jun 2016 07:34:34
2.10.0 
|
rene  |
www/py-requests: update to 2.10.0
PR: 209988
Submitted by: myself
Approved by: maintainer timeout (koobs, 15 days) |
01 Apr 2016 14:33:58
2.9.1 
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
25 Jan 2016 18:59:49
2.9.1 
|
koobs  |
www/py-requests: Update to 2.9.1
- Update PORTVERSION and distinfo checksum (2.9.1)
- Update TEST_DEPENDS
- Remove FAIL'ing test comment
Changes:
https://github.com/kennethreitz/requests/blob/v2.9.1/HISTORY.rst
PR: 205799
Submitted by: Neel Chauhan <neel neelc org> |
29 Oct 2015 08:19:56
2.8.1 
|
koobs  |
www/py-requests: Update to 2.8.1
- Update PORTVERSION and distinfo checksum (2.8.1)
- Add NO_ARCH
- Rename test target since the framework supports TEST_DEPENDS et al.
- Add comment about failing test that's not supposed to fail (xfail)
Changes:
https://github.com/kennethreitz/requests/blob/v2.8.1/HISTORY.rst |
05 Jun 2015 04:43:15
2.7.0 
|
koobs  |
www/py-requests: Update to 2.7.0
- Update to 2.7.0
- Update regression-test to canonical test invocation [1]
- Patch setup.py to add tests dependencies and support test command [1]
Changes:
https://github.com/kennethreitz/requests/blob/v2.7.0/HISTORY.rst
[1] https://github.com/kennethreitz/requests/pull/2630 |
26 Nov 2014 03:51:48
2.4.3 
|
koobs  |
www/py-requests: Update to 2.4.3
- Update to 2.4.3
- Update to USES and USE_PYTHON new world order
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Update pkg-descr
Changes:
https://github.com/kennethreitz/requests/blob/v2.4.3/HISTORY.rst |
27 Jun 2014 08:32:56
2.3.0 
|
koobs  |
www/py-requests: Update to 2.3.0
- Update to 2.3.0
- Prettify pkg-descr
- Strip trailing slash from WWW: URL
Changes: https://github.com/kennethreitz/requests/blob/v2.3.0/HISTORY.rst
PR: 189924
Submitted by: robak (with changes) |
27 Jan 2014 12:21:19
2.2.1 
|
koobs  |
www/py-requests: Update to 2.2.1, Enable STAGE & AUTOPLIST support
- Update to 2.2.1
- Enable STAGE support
- Enable AUTOPLIST support
- Deprecate easy_install target
- Add CONFLICTS against www/py-requests1
PR: ports/185631
Submitted by: olivierd |
20 Sep 2013 23:36:54
1.2.3 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
08 Jun 2013 11:28:16
1.2.3 
|
koobs  |
www/py-requests: Update to 1.2.3
- Update to 1.2.3
- Update pkg-plist
Changes:
https://github.com/kennethreitz/requests/blob/v1.2.3/HISTORY.rst |
26 Apr 2013 02:58:52
1.1.0 
|
koobs  |
- Update to 1.1.0
- Update pkg-plist
- Remove unnecessary RUN_DEPENDS
- Update USE_PYTHON version compatibility
- Update regression-test: target
- Update pkg-descr and WWW: tab->space
- Remove unnecessary patches
Changes: https://github.com/kennethreitz/requests/blob/v1.1.0/HISTORY.rst
PR: ports/174646
Submitted by: rene, Alexey V. Degtyarev <alexey@renatasystems.org>
Approved by: eadler (mentor) |
09 Feb 2013 14:50:27
0.14.1 
|
koobs  |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
06 Oct 2012 19:01:16
0.14.1 
|
mva  |
- Update to 0.14.1
PR: ports/172270
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> |
12 Sep 2012 12:29:19
0.14.0 
|
bdrewery  |
- Update to 0.14.0
- Tweak COMMENT according to handbook
Changes: https://github.com/kennethreitz/requests/commits/v0.14.0/
PR: ports/171430
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) |
27 Aug 2012 12:40:42
0.13.9 
|
wen  |
- Update to 0.13.9
- Patch setup.py to hook in test suite
- Add test: target for running unit tests
PR: 171114
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) |
24 Aug 2012 12:16:25
0.13.7 
|
culot  |
- Update to 0.13.7
Changes: https://github.com/kennethreitz/requests/blob/develop/HISTORY.rst
PR: ports/170984
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) |
11 Aug 2012 12:18:03
0.13.6 
|
wen  |
- Update to 0.13.6
- Update COMMENT
- Update pkg-desc
PR: 170536
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) |
28 Jul 2012 17:25:25
0.13.5 
|
rm  |
- update to 0.13.5
- pass maintainership to submitter (approved in ports/168569)
- remove LICENSE_FILE
- use bundled urllib3 and chardet because upstream bundle them with
local modifications, needed for py-requests to work. Remove related patches
- add dependency on security/py-oauthlib
- set zip_safe=False to setup.py to install egg extracted
- move package list to pkg_plist
While here:
- tab -> space in pkg-descr:WWW
- change USE_PYTHON to -3.1, because 2.6 is already bottom corner in the tree
This port doesn't actually packages with python3 because it's dependency
(security/py-certify) doesn't.
PR: 170226
Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com>
Approved by: olivierd (maintainer) |
22 May 2012 09:24:47
0.12.1 
|
miwi  |
- Update 0.12.1
PR: 168136
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
03 May 2012 16:16:46
0.11.2 
|
miwi  |
- Update to 0.11.2
PR: 167243
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
10 Apr 2012 06:41:20
0.11.1 
|
miwi  |
- Update to 0.11.1
PR: 166558
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
04 Mar 2012 12:56:25
0.10.1 
|
miwi  |
- Update to 0.10.1
PR: 164857
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
14 Jan 2012 19:11:44
0.8.6 
|
miwi  |
- Update to 0.8.6
PR: 163542
Submitted by: maintainer |
04 Dec 2011 09:36:17
0.8.3 
|
miwi  |
- Update to 0.8.3
PR: 163026
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Feature safe: yes |
22 Nov 2011 16:03:43
0.8.2 
|
miwi  |
- Update to 0.8.2
PR: 162698
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Feature safe: yes |
16 Nov 2011 16:08:14
0.8.0 
|
miwi  |
- Update to 0.8.0
PR: 162523
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Feature safe: yes |
11 Nov 2011 17:25:32
0.7.6 
|
miwi  |
- Update to 0.7.6
PR: 162360
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Feature safe: yes |
07 Nov 2011 03:37:45
0.7.5 
|
sunpoet  |
- Update to 0.7.5
Changes: https://github.com/kennethreitz/requests/blob/master/HISTORY.rst
PR: ports/162311
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
31 Oct 2011 13:49:15
0.7.4 
|
clsung  |
- Update to 0.7.4
ChangeLog: - fix session hooks
PR: ports/162192
Submitted by: maintainer (Olivier Duchateau) |
25 Oct 2011 05:44:35
0.7.3 
|
clsung  |
- Update to 0.7.3
PR: ports/161973
Submitted by: maintainer |
23 Oct 2011 14:42:24
0.7.0 
|
beat  |
- Update to 0.7.0
PR: ports/161934
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer) |
20 Oct 2011 08:48:33
0.6.6 
|
culot  |
- Update to 0.6.6
PR: ports/161815
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
14 Oct 2011 17:46:23
0.6.4 
|
lwhsu  |
- Update to 0.6.4
PR: ports/161590
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
09 Oct 2011 17:20:59
0.6.2 
|
culot  |
- Update to 0.6.2
PR: ports/161429
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
26 Aug 2011 04:37:53
0.6.1 
|
miwi  |
Requests: HTTP for Humans. It's an elegand and simple HTTP library for Python.
WWW: http://python-requests.org/
PR: ports/159956
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |