Skip to content

Commit

Permalink
py-rt: Update to 2.1.1
Browse files Browse the repository at this point in the history
Changes:
2.1.1
-----
- Fix support for custom field values containing newlines in API responses (#10, #11)
  (the previous change in v1.0.11 fixed API requests) (#64)
  • Loading branch information
iamleot committed Apr 17, 2021
1 parent 462bfdf commit 9fba0d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/py-rt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2021/03/04 10:20:48 leot Exp $
# $NetBSD: Makefile,v 1.9 2021/04/17 09:43:54 leot Exp $

DISTNAME= rt-2.1.0
DISTNAME= rt-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rt/}
Expand Down
10 changes: 5 additions & 5 deletions net/py-rt/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2021/03/04 10:20:48 leot Exp $
$NetBSD: distinfo,v 1.10 2021/04/17 09:43:54 leot Exp $

SHA1 (py-rt/rt-2.1.0.tar.gz) = f6f1c71cebc6d323967416444c570727d589fae3
RMD160 (py-rt/rt-2.1.0.tar.gz) = e95e11cd7e99fbdb646108a7d14dc493f09f9712
SHA512 (py-rt/rt-2.1.0.tar.gz) = fbaa46a56d46814b1c67c974d66b506e96a8582d54c139da129d6a49c16d5bb83b10d4c21d8eff0031c143ea4e1649766d5c5e73f0b0973f2c3ed128f1cf95c8
Size (py-rt/rt-2.1.0.tar.gz) = 40570 bytes
SHA1 (py-rt/rt-2.1.1.tar.gz) = 0949644692bb862bf5d48180febced1c8a3010eb
RMD160 (py-rt/rt-2.1.1.tar.gz) = d97d22a81360aa6f1e349baad1bd4ab6651cfa06
SHA512 (py-rt/rt-2.1.1.tar.gz) = 637e93db70983ffffbafc5606ab199222e49305b0aceba0941a1e3e218d2aab3d3157102b5577eb25b4f1e8752e1cb53bfe7a3d42a84ee0d69e8a6e59f18b152
Size (py-rt/rt-2.1.1.tar.gz) = 40904 bytes

0 comments on commit 9fba0d6

Please sign in to comment.