Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.0 04 Apr 2024 10:21:25
    |
Philippe Audeoud (jadawin)  |
devel/py-pyasn1: update to 0.6.0
PR: 278108
Reported by: Hiroo Ono <hiroo.ono+freebsd AT gmail.com>
Approved by: maintainer |
0.5.0 19 Jul 2023 09:10:30
    |
Ruslan Makhmatkhanov (rm)  |
devel/py-pyasn1: update to 0.5.0
- update to 0.5.0
- switch to pep517
- update homepage link
PR: 272359
Reported by: Alastair Hogge <agh@riseup.net>
Approved by: mhjacks@swbell.net (maintainer) |
0.4.8 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.8 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4.8 10 Feb 2022 15:42:47
    |
Li-Wen Hsu (lwhsu)  |
devel/py-pyasn1: Update to 0.4.8
PR: 261861
Approved by: maintainer |
0.4.7_1 11 Sep 2021 01:23:05
    |
Kevin Bowling (kbowling)  Author: John W. O'Brien |
net-mgmt/py-pysnmp: Update WWW
snmplabs.com domain name no longer under upstream control
Approved by: portmgr (blanket: metadata fix) |
0.4.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4.7 03 Jan 2021 09:11:52
  |
antoine  |
Remove python 2.7 support from a few ports |
0.4.7 30 Nov 2019 06:15:57
  |
delphij  |
devel/py-pyasn1: update to 0.4.7
This is required by beancount.
PR: 241873
Approved by: maintainer timeout |
0.4.5 10 Jan 2019 21:23:11
  |
sunpoet  |
Update to 0.4.5
- While I'm here, update WWW
Changes: https://github.com/etingof/pyasn1/releases
PR: 234810
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: Martin Jackson <mhjacks@@swbell.net> (maintainer) |
0.4.2 14 Jan 2018 07:07:18
  |
sunpoet  |
Update to 0.4.2
Changes: https://github.com/etingof/pyasn1/releases
PR: 225134
Submitted by: sunpoet (myself)
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer) |
0.3.7 30 Nov 2017 15:50:34
  |
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 ) |
0.3.7 17 Oct 2017 20:17:17
  |
swills  |
devel/py-pyasn1: update to 0.3.7
PR: 222890
Submitted by: timur (inspired by)
Approved by: mhjacks@swbell.net (maintainer) |
0.2.2 07 Jun 2017 10:56:41
  |
koobs  |
[NEW] devel/py3-pyasn1: Create Python 3.x port of py-pyasn1
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
While I'm here:
- Update test target and setup.py variable
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833 |
0.2.2 20 Feb 2017 15:10:27
  |
sunpoet  |
Update to 0.2.2
- Update COMMENT of devel/py-pyasn1-modules
Changes: http://pyasn1.sourceforge.net/changelog.html
https://github.com/etingof/pyasn1/blob/master/CHANGES.rst
PR: 217204
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer) |
0.1.9 18 Nov 2015 21:48:05
  |
rm  |
devel/py-pyasn1: update to 0.1.9
PR: 204567
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mhjacks@swbell.net (maintainer) |
0.1.8 18 Nov 2015 21:41:48
  |
rm  |
devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH
PR: 204567
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) |