head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.13.0.4
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.2
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.12.0.6
	pkgsrc-2025Q3-base:1.12
	pkgsrc-2025Q2:1.12.0.4
	pkgsrc-2025Q2-base:1.12
	pkgsrc-2025Q1:1.12.0.2
	pkgsrc-2025Q1-base:1.12
	pkgsrc-2024Q4:1.11.0.2
	pkgsrc-2024Q4-base:1.11
	pkgsrc-2024Q3:1.10.0.4
	pkgsrc-2024Q3-base:1.10
	pkgsrc-2024Q2:1.10.0.2
	pkgsrc-2024Q2-base:1.10
	pkgsrc-2024Q1:1.9.0.6
	pkgsrc-2024Q1-base:1.9
	pkgsrc-2023Q4:1.9.0.4
	pkgsrc-2023Q4-base:1.9
	pkgsrc-2023Q3:1.9.0.2
	pkgsrc-2023Q3-base:1.9
	pkgsrc-2023Q2:1.8.0.12
	pkgsrc-2023Q2-base:1.8
	pkgsrc-2023Q1:1.8.0.10
	pkgsrc-2023Q1-base:1.8
	pkgsrc-2022Q4:1.8.0.8
	pkgsrc-2022Q4-base:1.8
	pkgsrc-2022Q3:1.8.0.6
	pkgsrc-2022Q3-base:1.8
	pkgsrc-2022Q2:1.8.0.4
	pkgsrc-2022Q2-base:1.8
	pkgsrc-2022Q1:1.8.0.2
	pkgsrc-2022Q1-base:1.8
	pkgsrc-2021Q4:1.7.0.10
	pkgsrc-2021Q4-base:1.7
	pkgsrc-2021Q3:1.7.0.8
	pkgsrc-2021Q3-base:1.7
	pkgsrc-2021Q2:1.7.0.6
	pkgsrc-2021Q2-base:1.7
	pkgsrc-2021Q1:1.7.0.4
	pkgsrc-2021Q1-base:1.7
	pkgsrc-2020Q4:1.7.0.2
	pkgsrc-2020Q4-base:1.7
	pkgsrc-2020Q3:1.5.0.4
	pkgsrc-2020Q3-base:1.5
	pkgsrc-2020Q2:1.5.0.2
	pkgsrc-2020Q2-base:1.5;
locks; strict;
comment	@# @;


1.13
date	2025.11.13.12.21.34;	author adam;	state Exp;
branches;
next	1.12;
commitid	IGusTDeRUVfbdoiG;

1.12
date	2025.03.15.20.26.45;	author adam;	state Exp;
branches;
next	1.11;
commitid	gR0xajVs4xLTHcNF;

1.11
date	2024.11.11.07.29.04;	author wiz;	state Exp;
branches;
next	1.10;
commitid	1fBDq3LwS98NncxF;

1.10
date	2024.06.14.20.31.49;	author adam;	state Exp;
branches;
next	1.9;
commitid	MjNswdXK1yKIxZdF;

1.9
date	2023.08.28.12.49.52;	author adam;	state Exp;
branches;
next	1.8;
commitid	XdlB2LrcPfz9lyCE;

1.8
date	2022.01.04.20.54.58;	author wiz;	state Exp;
branches;
next	1.7;
commitid	CYyhdK9qtoffkmnD;

1.7
date	2020.11.30.20.38.12;	author adam;	state Exp;
branches;
next	1.6;
commitid	dUYp37SRiiRD6XxC;

1.6
date	2020.10.17.14.07.53;	author js;	state Exp;
branches;
next	1.5;
commitid	oml7yT25G9a7mgsC;

1.5
date	2020.04.16.20.00.45;	author js;	state Exp;
branches;
next	1.4;
commitid	FWHLReDWhrJleE4C;

1.4
date	2020.04.15.15.09.05;	author adam;	state Exp;
branches;
next	1.3;
commitid	8TJ66At3XwtdEu4C;

1.3
date	2020.04.14.20.42.31;	author js;	state Exp;
branches;
next	1.2;
commitid	djDwCc8mN5Fywo4C;

1.2
date	2020.04.14.19.14.03;	author js;	state Exp;
branches;
next	1.1;
commitid	Kge3KbdlMzmd2o4C;

1.1
date	2020.04.14.19.12.53;	author js;	state Exp;
branches;
next	;
commitid	3PMW3Df1dhoB1o4C;


desc
@@


1.13
log
@py-jsonrpclib-pelix: updated to 1.0.0

1.0

- Disable CGI on Python 3.15.
  Python 3.15 will drop support for CGI, removing the parent classes we relied onto.
  Thanks [@@mtelka](https://github.com/mtelka) for spotting this.
- GitHub CI configuration now runs tests from Python 3.8 to 3.15 (alpha).
  The code is manually tested on Python 2.7 and 3.6 Docker containers before releases.
- Bumping version to 1.0 as we didn't have big issues for a while and we can consider
  the project stable.
@
text
@# $NetBSD: Makefile,v 1.12 2025/03/15 20:26:45 adam Exp $

DISTNAME=	jsonrpclib_pelix-1.0.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=j/jsonrpclib-pelix/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/tcalmant/jsonrpclib
COMMENT=	Implementation of the JSON-RPC v2.0 specification
LICENSE=	apache-2.0

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@py-jsonrpclib-pelix: updated to 0.4.3.4

0.4.3.4

Add orjson support
CI configuration update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2024/11/11 07:29:04 wiz Exp $
d3 1
a3 1
DISTNAME=	jsonrpclib_pelix-0.4.3.4
@


1.11
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2024/06/14 20:31:49 adam Exp $
d3 2
a4 2
DISTNAME=	jsonrpclib-pelix-0.4.3.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
d13 1
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
a16 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.10
log
@py-jsonrpclib-pelix: updated to 0.4.3.3

0.4.3.3

* Added support for `decimal.Decimal` objects
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2023/08/28 12:49:52 adam Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.9
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:58 wiz Exp $
d3 1
a3 1
DISTNAME=	jsonrpclib-pelix-0.4.3.2
d13 3
d18 3
a20 1
.include "../../lang/python/egg.mk"
@


1.8
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2020/11/30 20:38:12 adam Exp $
d3 1
a3 1
DISTNAME=	jsonrpclib-pelix-0.4.2
a4 1
PKGREVISION=	1
@


1.7
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2020/10/17 14:07:53 js Exp $
d5 1
@


1.6
log
@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.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2020/04/16 20:00:45 js Exp $
d3 1
a3 1
DISTNAME=	jsonrpclib-pelix-0.4.1
@


1.5
log
@py-jsonrpclib-pelix: Switch to egg.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2020/04/15 15:09:05 adam Exp $
d8 1
a8 1
MAINTAINER=	js@@pkgsrc.org
@


1.4
log
@py-jsonrpclib-pelix: updated to 0.4.1

v0.4.1:
Fixed a size computation issue in the request handler
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/04/14 20:42:31 js Exp $
d15 1
a15 1
.include "../../lang/python/distutils.mk"
@


1.3
log
@Remove PYTHON_VERSIONS_INCOMPATIBLE=26 (python26 is no more)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/04/14 19:14:03 js Exp $
d3 3
a5 3
DISTNAME=	jsonrpclib-pelix-0.4.0
PKGNAME=	${PYPKGPREFIX}-jsonrpclib-pelix-0.4.0
CATEGORIES=	textproc net devel
d9 1
a9 1
HOMEPAGE=	https://pypi.python.org/pypi/jsonrpclib-pelix
@


1.2
log
@Fix tabs vs. spaces issue I introduced just after review & lint
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/04/14 19:12:53 js Exp $
a14 2
PYTHON_VERSIONS_INCOMPATIBLE=	26

@


1.1
log
@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.
@
text
@d1 1
a1 1
# $NetBSD$
d15 1
a15 1
PYTHON_VERSIONS_INCOMPATIBLE=        26
@

