The NetBSD Project

CVS log for pkgsrc/textproc/py-jsonrpclib-pelix/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-jsonrpclib-pelix

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Mar 15 20:26:45 2025 UTC (8 weeks, 3 days ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -6 lines
py-jsonrpclib-pelix: updated to 0.4.3.4

0.4.3.4

Add orjson support
CI configuration update

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:04 2024 UTC (6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 14 20:31:49 2024 UTC (10 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -3 lines
py-jsonrpclib-pelix: updated to 0.4.3.3

0.4.3.3

* Added support for `decimal.Decimal` objects

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 28 12:49:52 2023 UTC (20 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
py-jsonrpclib-pelix: updated to 0.4.3.2

v0.4.3.2

Reordered PooledJSONRPCServer inheritance definition
Migration of Continuous Integration:
Use PyTest instead of Nose
Run CI with GitHub Actions instead of Travis-CI

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:58 2022 UTC (3 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
*: bump PKGREVISION for egg.mk users

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 30 20:38:12 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
py-jsonrpclib-pelix: updated to 0.4.2

v0.4.2
Use urlparse from urllib.parse (Python 3) or urlparse (Python 2)
to prepare for the deprecation of urllib.parse.splittype.
Unix socket clients now send localhost as Host: HTTP field instead of
the path to the socket
Added a TransportError exception, subclass of ProtocolError, which
provides more details
Added PowerPC 64 architecture (ppc64le) to Travis CI runs, to ease the
integration of new release into RHEL/Ubuntu

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 17 14:07:53 2020 UTC (4 years, 6 months ago) by js
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Give up maintainership of textprc/py-jsonrpclib-pelix

This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 16 20:00:45 2020 UTC (5 years ago) by js
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
py-jsonrpclib-pelix: Switch to egg.mk

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 15 15:09:05 2020 UTC (5 years ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
py-jsonrpclib-pelix: updated to 0.4.1

v0.4.1:
Fixed a size computation issue in the request handler

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 14 20:42:31 2020 UTC (5 years, 1 month ago) by js
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -3 lines
Remove PYTHON_VERSIONS_INCOMPATIBLE=26 (python26 is no more)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 14 19:14:03 2020 UTC (5 years, 1 month ago) by js
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Fix tabs vs. spaces issue I introduced just after review & lint

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 14 19:12:53 2020 UTC (5 years, 1 month ago) by js
Branches: MAIN
Import textproc/py-jsonrpclib-pelix from wip

This is a dependency of wip/electrum, with the goal of importing
wip/electrum later on.

This library is an implementation of the JSON-RPC specification.
It supports both the original 1.0 specification, as well as the
new (proposed) 2.0 spec, which includes batch submission, keyword
arguments, etc.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>