Skip to content

Commit

Permalink
meta-isar/recipes-python: upgrade python-zstandard to 0.22.0
Browse files Browse the repository at this point in the history
New upstream release 0.22.0

Signed-off-by: Badrikesh Prusty <[email protected]>
  • Loading branch information
baprusty committed Jun 26, 2024
1 parent cf903d1 commit fe4280b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff -ur python-zstandard-0.21.0.orig/debian/compat python-zstandard-0.21.0/debian/compat
--- python-zstandard-0.21.0.orig/debian/compat 2023-08-29 07:53:13.471345710 +0200
+++ python-zstandard-0.21.0/debian/compat 2023-08-29 07:53:46.211650713 +0200
diff -ur python-zstandard-0.22.0.orig/debian/compat python-zstandard-0.22.0/debian/compat
--- python-zstandard-0.22.0.orig/debian/compat 2023-08-29 07:53:13.471345710 +0200
+++ python-zstandard-0.22.0/debian/compat 2023-08-29 07:53:46.211650713 +0200
@@ -1 +1 @@
-7
+10
diff -ur python-zstandard-0.21.0.orig/debian/rules python-zstandard-0.21.0/debian/rules
--- python-zstandard-0.21.0.orig/debian/rules 2023-08-29 07:53:13.471345710 +0200
+++ python-zstandard-0.21.0/debian/rules 2023-08-29 07:53:52.421708602 +0200
diff -ur python-zstandard-0.22.0.orig/debian/rules python-zstandard-0.22.0/debian/rules
--- python-zstandard-0.22.0.orig/debian/rules 2023-08-29 07:53:13.471345710 +0200
+++ python-zstandard-0.22.0/debian/rules 2023-08-29 07:53:52.421708602 +0200
@@ -1,9 +1,6 @@
#!/usr/bin/make -f

Expand All @@ -17,9 +17,9 @@ diff -ur python-zstandard-0.21.0.orig/debian/rules python-zstandard-0.21.0/debia

%:
dh $@ --parallel --with python3 --buildsystem=pybuild
diff -ur python-zstandard-0.21.0.orig/debian/source/format python-zstandard-0.21.0/debian/source/format
--- python-zstandard-0.21.0.orig/debian/source/format 2023-08-29 07:53:27.591477132 +0200
+++ python-zstandard-0.21.0/debian/source/format 2023-08-29 07:40:17.973822478 +0200
diff -ur python-zstandard-0.22.0.orig/debian/source/format python-zstandard-0.22.0/debian/source/format
--- python-zstandard-0.22.0.orig/debian/source/format 2023-08-29 07:53:27.591477132 +0200
+++ python-zstandard-0.22.0/debian/source/format 2023-08-29 07:40:17.973822478 +0200
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (native)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inherit dpkg

GH_URI = "https://github.com/indygreg/${PN}/archive/refs/tags/${PV}.tar.gz"
SRC_URI = "${GH_URI} file://debian-compat.patch"
SRC_URI[sha256sum] = "15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5"
SRC_URI[sha256sum] = "34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7"

DEB_BUILD_OPTIONS = "nocheck"
ISAR_CROSS_COMPILE = "0"

0 comments on commit fe4280b

Please sign in to comment.