The NetBSD Project

CVS log for pkgsrc/www/py-rfc3986/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / py-rfc3986

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 25 13:14:16 2022 UTC (17 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.5: +5 -6 lines
Diff to previous 1.5 (colored)

py-rfc3986: updated to 2.0.0

2.0.0 - 2022-01-10
------------------
- Drop support for Python 2.7, 3.3, 3.4, 3.5, 3.6
- Add support for Python 3.8, 3.9, 3.10
- Fix bug in resolving URIs that only contain schemes which are valid per the
  RFC

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:34 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.4 / (download) - annotate - [select for diffs], Sat May 8 06:56:35 2021 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

py-rfc3986: updated to 1.5.0

1.5.0 - 2021-05-07
------------------

- Fix bug where a valid IRI is mishandled by ``urlparse`` and
  ``ParseResultBytes``.

- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
  :meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
  :meth:`~rfc3986.builder.URIBuilder.geturl` to
  :class:`~rfc3986.builder.URIBuilder`.

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 17 20:18:36 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)

pytest from versioned depends

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 11 07:11:35 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

py-rfc3986: updated to 1.4.0

1.4.0:

Security

- Prevent users from receiving an invalid authority parsed from a malicious
  URL. Previously we did not stop parsing the authority section at the first
  backslash (``\\``) character. As a result, it was possible to trick our
  parser into parsing up to the first forward-slash (``/``) and thus
  generating an invalid authority.

Bug Fixes and Features

- Add ``from_uri`` to ``URIBuilder`` to allow creation of a ``URIBuilder``
  from an existing URI.

- Fix a typographical error in our documentation.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 8 19:58:20 2020 UTC (4 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1

py-rfc3986: added version 1.3.2

rfc3986 is a Python implementation of RFC 3986 including validation and
authority parsing. This module also supports RFC 6874 which adds support for
zone identifiers to IPv6 Addresses.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>