Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pillow-simd: update to 7.0.0.post3
@ 2020-04-14 13:39 mustaqimM
  2020-04-14 13:49 ` [PR PATCH] [Updated] " mustaqimM
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mustaqimM @ 2020-04-14 13:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

There is a new pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/20974

python3-pillow-simd: update to 7.0.0.post3


A patch file from https://github.com/void-linux/void-packages/pull/20974.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_pillow_simd-20974.patch --]
[-- Type: text/x-diff, Size: 2254 bytes --]

From 20fbae5da144c070c5b5acef9822e2a76082f86e Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Tue, 14 Apr 2020 15:35:22 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.0.0.post3

---
 srcpkgs/python3-pillow-simd/template | 8 ++++----
 srcpkgs/ueberzug/template            | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 4c756b07c79..f9271ff261c 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=5.3.0.post1
-revision=2
+version=7.0.0.post3
+revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module
@@ -14,9 +14,9 @@ short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
-changelog="https://github.com/uploadcare/pillow-simd/compare/v5.2.0.post1...v5.3.0.post1"
+changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
 distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=ac135e962d1b335c393e2a31991cae41302cf248f42925a8defba284d2289cec
+checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
 conflicts="python-Pillow"
 
 post_install() {
diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index dfa1ab29d96..eb0d18a939f 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
-version=18.1.3
-revision=2
+version=18.1.5
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"
@@ -11,7 +11,7 @@ maintainer="mustaqim <mustaqim@pm.me>"
 license="GPL-3.0-only"
 homepage="https://github.com/seebye/${pkgname}"
 distfiles="https://github.com/seebye/ueberzug/archive/${version}.tar.gz"
-checksum=99044941373d73d2caf0e12f42b5e635702ffac271b844b3b3ccdfbafaee417d
+checksum=f60053d8415f07295f749179845f6808691bad28928d4938bd79409ef6854469
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
@ 2020-04-14 13:49 ` mustaqimM
  2020-04-14 14:00 ` mustaqimM
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mustaqimM @ 2020-04-14 13:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/20974

python3-pillow-simd: update to 7.0.0.post3
It's happened again :/

I switched to the `update_pillow_simd` branch, added its template and git committed the changes from the other branch (`update_ueberzug`) that I added but didn't commit. Is this default git behaviour?

A patch file from https://github.com/void-linux/void-packages/pull/20974.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_pillow_simd-20974.patch --]
[-- Type: text/x-diff, Size: 1398 bytes --]

From a09529144a0757853eaaa968f9c12d36f7b8c943 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Tue, 14 Apr 2020 15:48:49 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.0.0.post3

---
 srcpkgs/python3-pillow-simd/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 4c756b07c79..f9271ff261c 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=5.3.0.post1
-revision=2
+version=7.0.0.post3
+revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module
@@ -14,9 +14,9 @@ short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
-changelog="https://github.com/uploadcare/pillow-simd/compare/v5.2.0.post1...v5.3.0.post1"
+changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
 distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=ac135e962d1b335c393e2a31991cae41302cf248f42925a8defba284d2289cec
+checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
 conflicts="python-Pillow"
 
 post_install() {

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
  2020-04-14 13:49 ` [PR PATCH] [Updated] " mustaqimM
@ 2020-04-14 14:00 ` mustaqimM
  2020-04-14 14:08 ` [PR PATCH] [Updated] " mustaqimM
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mustaqimM @ 2020-04-14 14:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/pull/20974#issuecomment-613460256

Comment:
And another thing, if a different package like `calibre` requires `python-Pillow` which conflicts with this package, how do we resolve this? This package is a drop in replacement for `python-Pillow`

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
  2020-04-14 13:49 ` [PR PATCH] [Updated] " mustaqimM
  2020-04-14 14:00 ` mustaqimM
@ 2020-04-14 14:08 ` mustaqimM
  2020-04-14 18:14 ` mustaqimM
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mustaqimM @ 2020-04-14 14:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/20974

python3-pillow-simd: update to 7.0.0.post3
It's happened again :/

I switched to the `update_pillow_simd` branch, added its template and git committed the changes from the other branch (`update_ueberzug`) that I added but didn't commit. Is this default git behaviour?

A patch file from https://github.com/void-linux/void-packages/pull/20974.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_pillow_simd-20974.patch --]
[-- Type: text/x-diff, Size: 1595 bytes --]

From 2f2d6942ab7a2710f17ab75858e5df6bc353c8cc Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Tue, 14 Apr 2020 16:08:17 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.0.0.post3

---
 srcpkgs/python3-pillow-simd/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 4c756b07c79..eaa2a974f06 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=5.3.0.post1
-revision=2
+version=7.0.0.post3
+revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module
-pycompile_module="PIL"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
@@ -14,9 +13,9 @@ short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
-changelog="https://github.com/uploadcare/pillow-simd/compare/v5.2.0.post1...v5.3.0.post1"
+changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
 distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=ac135e962d1b335c393e2a31991cae41302cf248f42925a8defba284d2289cec
+checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
 conflicts="python-Pillow"
 
 post_install() {

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
                   ` (2 preceding siblings ...)
  2020-04-14 14:08 ` [PR PATCH] [Updated] " mustaqimM
@ 2020-04-14 18:14 ` mustaqimM
  2020-04-14 19:26 ` mustaqimM
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mustaqimM @ 2020-04-14 18:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/20974

python3-pillow-simd: update to 7.0.0.post3
It's happened again :/

I switched to the `update_pillow_simd` branch, added its template and git committed the changes from the other branch (`update_ueberzug`) that I added but didn't commit. Is this default git behaviour?

A patch file from https://github.com/void-linux/void-packages/pull/20974.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_pillow_simd-20974.patch --]
[-- Type: text/x-diff, Size: 1647 bytes --]

From 7499438f22bb8bd1fdc7d685922a3047ab23aa32 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Tue, 14 Apr 2020 20:13:47 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.0.0.post3

---
 srcpkgs/python3-pillow-simd/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 4c756b07c79..cbc14cc78a1 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=5.3.0.post1
-revision=2
+version=7.0.0.post3
+revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module
-pycompile_module="PIL"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
@@ -14,10 +13,10 @@ short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
-changelog="https://github.com/uploadcare/pillow-simd/compare/v5.2.0.post1...v5.3.0.post1"
+changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
 distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=ac135e962d1b335c393e2a31991cae41302cf248f42925a8defba284d2289cec
-conflicts="python-Pillow"
+checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
+conflicts="python3-Pillow"
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
                   ` (3 preceding siblings ...)
  2020-04-14 18:14 ` mustaqimM
@ 2020-04-14 19:26 ` mustaqimM
  2020-04-15 21:37 ` Chocimier
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mustaqimM @ 2020-04-14 19:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/20974

python3-pillow-simd: update to 7.0.0.post3
It's happened again :/

I switched to the `update_pillow_simd` branch, added its template and git committed the changes from the other branch (`update_ueberzug`) that I added but didn't commit. Is this default git behaviour?

A patch file from https://github.com/void-linux/void-packages/pull/20974.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_pillow_simd-20974.patch --]
[-- Type: text/x-diff, Size: 1649 bytes --]

From ee889e2dd7336bd853e45ab2aef1248fed513169 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Tue, 14 Apr 2020 21:26:09 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.0.0.post3

---
 srcpkgs/python3-pillow-simd/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 4c756b07c79..144de39930f 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=5.3.0.post1
-revision=2
+version=7.0.0.post3
+revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module
-pycompile_module="PIL"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
@@ -14,10 +13,10 @@ short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
-changelog="https://github.com/uploadcare/pillow-simd/compare/v5.2.0.post1...v5.3.0.post1"
+changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
 distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=ac135e962d1b335c393e2a31991cae41302cf248f42925a8defba284d2289cec
-conflicts="python-Pillow"
+checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
+replaces="python3-Pillow>=0"
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
                   ` (4 preceding siblings ...)
  2020-04-14 19:26 ` mustaqimM
@ 2020-04-15 21:37 ` Chocimier
  2020-04-16  4:53 ` [PR PATCH] [Updated] " mustaqimM
  2020-04-20 19:47 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2020-04-15 21:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/20974#issuecomment-614293012

Comment:
In addition to replaces, `provides="python3-Pillow-${version}_${revision}"` is needed, otherwise update of package depending on python3-Pillow will install it, overwriting python3-pillow-simd.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
                   ` (5 preceding siblings ...)
  2020-04-15 21:37 ` Chocimier
@ 2020-04-16  4:53 ` mustaqimM
  2020-04-20 19:47 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: mustaqimM @ 2020-04-16  4:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

There is an updated pull request by mustaqimM against master on the void-packages repository

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/20974

python3-pillow-simd: update to 7.0.0.post3
It's happened again :/

I switched to the `update_pillow_simd` branch, added its template and git committed the changes from the other branch (`update_ueberzug`) that I added but didn't commit. Is this default git behaviour?

A patch file from https://github.com/void-linux/void-packages/pull/20974.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update_pillow_simd-20974.patch --]
[-- Type: text/x-diff, Size: 1700 bytes --]

From 756a481b112699f28f7a8efc7c2a030f65e27f7d Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Thu, 16 Apr 2020 06:52:48 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.0.0.post3

---
 srcpkgs/python3-pillow-simd/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 4c756b07c79..40478b86df7 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=5.3.0.post1
-revision=2
+version=7.0.0.post3
+revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module
-pycompile_module="PIL"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
@@ -14,10 +13,11 @@ short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
-changelog="https://github.com/uploadcare/pillow-simd/compare/v5.2.0.post1...v5.3.0.post1"
+changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
 distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=ac135e962d1b335c393e2a31991cae41302cf248f42925a8defba284d2289cec
-conflicts="python-Pillow"
+checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
+replaces="python3-Pillow>=0"
+provides="python3-Pillow-${version}_${revision}"
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: python3-pillow-simd: update to 7.0.0.post3
  2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
                   ` (6 preceding siblings ...)
  2020-04-16  4:53 ` [PR PATCH] [Updated] " mustaqimM
@ 2020-04-20 19:47 ` Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2020-04-20 19:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

There's a merged pull request on the void-packages repository

python3-pillow-simd: update to 7.0.0.post3
https://github.com/void-linux/void-packages/pull/20974

Description:
It's happened again :/

I switched to the `update_pillow_simd` branch, added its template and git committed the changes from the other branch (`update_ueberzug`) that I added but didn't commit. Is this default git behaviour?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-04-20 19:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 13:39 [PR PATCH] python3-pillow-simd: update to 7.0.0.post3 mustaqimM
2020-04-14 13:49 ` [PR PATCH] [Updated] " mustaqimM
2020-04-14 14:00 ` mustaqimM
2020-04-14 14:08 ` [PR PATCH] [Updated] " mustaqimM
2020-04-14 18:14 ` mustaqimM
2020-04-14 19:26 ` mustaqimM
2020-04-15 21:37 ` Chocimier
2020-04-16  4:53 ` [PR PATCH] [Updated] " mustaqimM
2020-04-20 19:47 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).