Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Dec 2020 23:02:15
0.6.2

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
0.6.2

|
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 |
30 Nov 2017 15:50:34
0.6.2

|
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 ) |
25 Jul 2016 18:00:26
0.6.2

|
rene  |
www/py-requests-oauthlib: update to 0.6.2 and set NO_ARCH
PR: 211313
Submitted by: myself
Approved by: maintainer (koobs) |
18 Jun 2016 07:37:37
0.6.1

|
rene  |
www/py-requests-oauthlib: update to 0.6.1
PR: 209991
Submitted by: myself
Approved by: maintainer timeout (koobs, 15 days) |
01 Apr 2016 14:33:58
0.5.0

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
28 Oct 2015 09:06:54
0.5.0

|
koobs  |
www/py-requests-oauthlib: Update to 0.5.0
- Update PORTVERSION and distinfo checksum (0.5.0)
- Update TEST_DEPENDS
- Remove TESTS option since the framework now supports TEST_DEPENDS,etc
- Rename test target and use canonical/wrapped PYDISTUTILS_SETUP
variable.
Changes:
https://github.com/requests/requests-oauthlib/blob/v0.5.0/HISTORY.rst |
23 Dec 2014 10:01:03
0.4.2_1

|
antoine  |
Fix RUN_DEPENDS |
22 Dec 2014 05:31:49
0.4.2

|
koobs  |
security/py-requests-oauthlib: Update to 0.4.2
- Update to 0.4.2
- Switch distribution files from Github -> PyPi (CHEESESHOP)
- Add TESTS option for running the test suite
- Update RUN_DEPENDS and TEST_DEPENDS
- Use modern Python framework bits
- Remove unecessary patch (upstreamed)
Changes:
* https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst
PR: 193097
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes) |
29 Jan 2014 13:18:39
0.3.2_2

|
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
27 Jan 2014 12:14:09
0.3.2_1

|
koobs  |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
21 Jan 2014 23:40:23
0.3.2

|
bapt  |
Fix properties on pkg-plist |
20 Sep 2013 23:36:54
0.3.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
10 Jun 2013 01:12:52
0.3.2

|
koobs  |
www/py-requests-oauthlib: Update to 0.3.2
- Update to 0.3.2
- Update pkg-plist
- Bump RUN_DEPENDS version for oauthlib (and report upstream)
Changes:
https://github.com/requests/requests-oauthlib/commits/v0.3.2 |
14 May 2013 13:39:04
0.3.1

|
koobs  |
www/py-requests-oauthlib: Fix PKGORIGIN
- Update CATEGORIES (net -> www)
Approved by: pointyhat, eadler, rm (mentors, implicit)
Obtained from: erwin (via automated email) |
13 May 2013 12:38:41


|
koobs  |
www/py-requests-oauthlib: OAuthlib authentication support for Requests [NEW
PORT]
This project provides first-class OAuth library support for Requests.
OAuth can seem overly complicated and it sure has its quirks. Luckily,
requests-oauthlib hides most of these and let you focus at the task at hand.
WWW: https://github.com/requests/requests-oauthlib
Approved by: eadler, rm (mentors, implicit) |