summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kurt Kremitzki [Mon, 18 May 2020 01:27:01 +0000 (02:27 +0100)]
Merge pyside2 (5.13.2-3) import into refs/heads/workingbranch
looooo [Sun, 12 Jan 2020 14:01:24 +0000 (15:01 +0100)]
[PATCH 3/3] make compilation work after backporting
Gbp-Pq: Name 0004-make-compilation-work-after-backporting.patch
Christian Tismer [Thu, 5 Dec 2019 10:08:50 +0000 (11:08 +0100)]
[PATCH 2/3] Optimize the Python 3.8 refcount fix a tiny bit
This change uses the fact that our workaround to temporarily remove
the Py_TPFLAGS_METHOD_DESCRIPTOR flag uses the "mro" function
of PyType_Type, which never will change.
Therefore, the static keyword makes sure that this function lookup
happens only once.
Change-Id: I44b74556da1fac2596c81339af30cb66218276e2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Gbp-Pq: Name 0003-Optimize-the-Python-3.8-refcount-fix-a-tiny-bit.patch
Christian Tismer [Tue, 26 Nov 2019 10:54:37 +0000 (11:54 +0100)]
[PATCH 1/3] Fix Python 3.8 problems
This patch fixes some refcounting problems with Python 3.8 .
One incompatible change was announced in the what's new
document, but actually there were two more problems which
were not explicitly mentioned but took much time to sort out.
The patch is compatible with the limited API changes
(tested with debug build and API error disabled).
It is also independent of the Python version which is
full Limited API support.
For more info, see the documentation mentioned below.
The flag error is circumvented now! We either find a better
solution or leave it as it is. For now this is ok.
Fixes: PYSIDE-939
Change-Id: Iff4a9816857a6ebe86efd4b654d8921e4e464939
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Gbp-Pq: Name 0002-Fix-Python-3.8-problems.patch
Sophie Brun [Fri, 22 Nov 2019 12:24:54 +0000 (13:24 +0100)]
Blacklist other failing tests
Forwarded:
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1145?filter=allopenissues
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1146?filter=allopenissues
Gbp-Pq: Name blacklist-failing-tests.patch
Sophie Brun [Thu, 7 Nov 2019 15:07:02 +0000 (16:07 +0100)]
Use python3 by default
Last-Update: 2019-11-07
Gbp-Pq: Name use-python3.patch
Sophie Brun [Tue, 5 Nov 2019 13:13:31 +0000 (14:13 +0100)]
Add Python 3.8 in Programming Language
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942753
Last-Update: 2019-11-05
Gbp-Pq: Name add-python3.8.patch
Debian Qt/KDE Maintainers [Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)]
update-patchelf
Update patchelf to current git version
The current version fixes a bug which broke the ability to strip
binaries with debug symbols:
https://github.com/NixOS/patchelf/pull/117
With the former version of patchelf, I would get "not enough room for
program headers, try linking with -N" when trying to strip the binaries.
This patch brings patchelf in sync with the commit
27ffe8ae871e7a186018d66020ef3f6162c12c69 of patchelf's git
repository.
Also update patchelf's build process to match the logic in upstream's
automake files (thanks to Frédéric Bonnard for the patch to properly use
getconf PAGESIZE).
Bug: https://bugreports.qt.io/browse/PYSIDE-740
Last-Update: 2018-07-09
Gbp-Pq: Name update-patchelf.patch
Sophie Brun [Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)]
Drop git requirement
Last-Update: 2018-07-06
Only to allow local build without git.
Last-Update: 2018-07-06
Gbp-Pq: Name drop-git-requirement.patch
Sophie Brun [Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)]
Fix spelling errors
Last-Update: 2018-07-12
Last-Update: 2018-07-12
Gbp-Pq: Name fix-spelling-errors.patch
Kurt Kremitzki [Mon, 18 May 2020 01:27:01 +0000 (02:27 +0100)]
pyside2 (5.13.2-3) unstable; urgency=medium
* Add patches for Python 3.8 (Closes: #950129)
* Add test dep python3-distro
* Update shiboken2 doc path
* Add CMake sed for pyside2 include path
* Add CMake sed for multi-Python version support
* Add python3-all to autopkgtest deps (Closes: #950127)
* Remove Freexian folks from Uploaders
[dgit import unpatched pyside2 5.13.2-3]
Kurt Kremitzki [Mon, 18 May 2020 01:27:01 +0000 (02:27 +0100)]
Import pyside2_5.13.2-3.debian.tar.xz
[dgit import tarball pyside2 5.13.2-3 pyside2_5.13.2-3.debian.tar.xz]
Gianfranco Costamagna [Sun, 29 Dec 2019 21:44:55 +0000 (21:44 +0000)]
Merge pyside2 (5.13.2-2.2) import into refs/heads/workingbranch
Sophie Brun [Fri, 22 Nov 2019 12:24:54 +0000 (13:24 +0100)]
Blacklist other failing tests
Forwarded:
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1145?filter=allopenissues
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1146?filter=allopenissues
Gbp-Pq: Name blacklist-failing-tests.patch
Sophie Brun [Thu, 7 Nov 2019 15:07:02 +0000 (16:07 +0100)]
Use python3 by default
Last-Update: 2019-11-07
Gbp-Pq: Name use-python3.patch
Sophie Brun [Tue, 5 Nov 2019 13:13:31 +0000 (14:13 +0100)]
Add Python 3.8 in Programming Language
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942753
Last-Update: 2019-11-05
Gbp-Pq: Name add-python3.8.patch
Debian Qt/KDE Maintainers [Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)]
update-patchelf
Update patchelf to current git version
The current version fixes a bug which broke the ability to strip
binaries with debug symbols:
https://github.com/NixOS/patchelf/pull/117
With the former version of patchelf, I would get "not enough room for
program headers, try linking with -N" when trying to strip the binaries.
This patch brings patchelf in sync with the commit
27ffe8ae871e7a186018d66020ef3f6162c12c69 of patchelf's git
repository.
Also update patchelf's build process to match the logic in upstream's
automake files (thanks to Frédéric Bonnard for the patch to properly use
getconf PAGESIZE).
Bug: https://bugreports.qt.io/browse/PYSIDE-740
Last-Update: 2018-07-09
Gbp-Pq: Name update-patchelf.patch
Sophie Brun [Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)]
Drop git requirement
Last-Update: 2018-07-06
Only to allow local build without git.
Last-Update: 2018-07-06
Gbp-Pq: Name drop-git-requirement.patch
Sophie Brun [Tue, 5 Nov 2019 09:39:14 +0000 (10:39 +0100)]
Fix spelling errors
Last-Update: 2018-07-12
Last-Update: 2018-07-12
Gbp-Pq: Name fix-spelling-errors.patch
Gianfranco Costamagna [Sun, 29 Dec 2019 21:44:55 +0000 (21:44 +0000)]
pyside2 (5.13.2-2.2) unstable; urgency=medium
* Non-maintainer upload
* Update cmake paths for new locations
[dgit import unpatched pyside2 5.13.2-2.2]
Gianfranco Costamagna [Sun, 29 Dec 2019 21:44:55 +0000 (21:44 +0000)]
Import pyside2_5.13.2-2.2.debian.tar.xz
[dgit import tarball pyside2 5.13.2-2.2 pyside2_5.13.2-2.2.debian.tar.xz]
Sophie Brun [Fri, 15 Nov 2019 09:15:57 +0000 (09:15 +0000)]
Import pyside2_5.13.2.orig.tar.xz
[dgit import orig pyside2_5.13.2.orig.tar.xz]
Sebastien Delafond [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
Merge pyside2 (5.11.2-3) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
remove-privacy-breach-in-doc
Gbp-Pq: Name remove-privacy-breach-in-doc.patch
Debian Qt/KDE Maintainers [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
update-patchelf
Update patchelf to current git version
The current version fixes a bug which broke the ability to strip
binaries with debug symbols:
https://github.com/NixOS/patchelf/pull/117
With the former version of patchelf, I would get "not enough room for
program headers, try linking with -N" when trying to strip the binaries.
This patch brings patchelf in sync with the commit
27ffe8ae871e7a186018d66020ef3f6162c12c69 of patchelf's git
repository.
Also update patchelf's build process to match the logic in upstream's
automake files (thanks to Frédéric Bonnard for the patch to properly use
getconf PAGESIZE).
Bug: https://bugreports.qt.io/browse/PYSIDE-740
Last-Update: 2018-07-09
Gbp-Pq: Name update-patchelf.patch
Debian Qt/KDE Maintainers [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
drop-git-requirement
Gbp-Pq: Name drop-git-requirement.patch
Debian Qt/KDE Maintainers [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
fix-spelling-errors
Gbp-Pq: Name fix-spelling-errors.patch
Sebastien Delafond [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
pyside2 (5.11.2-3) unstable; urgency=medium
[ Sébastien Delafond ]
* Do not build-depends on patchelf on mips and mipsel (Closes: #917199)
[dgit import unpatched pyside2 5.11.2-3]
Sebastien Delafond [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
Import pyside2_5.11.2-3.debian.tar.xz
[dgit import tarball pyside2 5.11.2-3 pyside2_5.11.2-3.debian.tar.xz]
Sebastien Delafond [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
Merge pyside2 (5.11.2-2) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
remove-privacy-breach-in-doc
Gbp-Pq: Name remove-privacy-breach-in-doc.patch
Debian Qt/KDE Maintainers [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
update-patchelf
Update patchelf to current git version
The current version fixes a bug which broke the ability to strip
binaries with debug symbols:
https://github.com/NixOS/patchelf/pull/117
With the former version of patchelf, I would get "not enough room for
program headers, try linking with -N" when trying to strip the binaries.
This patch brings patchelf in sync with the commit
27ffe8ae871e7a186018d66020ef3f6162c12c69 of patchelf's git
repository.
Also update patchelf's build process to match the logic in upstream's
automake files (thanks to Frédéric Bonnard for the patch to properly use
getconf PAGESIZE).
Bug: https://bugreports.qt.io/browse/PYSIDE-740
Last-Update: 2018-07-09
Gbp-Pq: Name update-patchelf.patch
Debian Qt/KDE Maintainers [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
drop-git-requirement
Gbp-Pq: Name drop-git-requirement.patch
Debian Qt/KDE Maintainers [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
fix-spelling-errors
Gbp-Pq: Name fix-spelling-errors.patch
Sebastien Delafond [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
pyside2 (5.11.2-2) unstable; urgency=medium
[ Sébastien Delafond ]
* Add myself to uploaders
* Do not build-depends on patchelf on mips64el (Closes: #917200)
[dgit import unpatched pyside2 5.11.2-2]
Sebastien Delafond [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
Import pyside2_5.11.2-2.debian.tar.xz
[dgit import tarball pyside2 5.11.2-2 pyside2_5.11.2-2.debian.tar.xz]
Raphaël Hertzog [Fri, 28 Sep 2018 13:09:34 +0000 (14:09 +0100)]
Import pyside2_5.11.2.orig.tar.xz
[dgit import orig pyside2_5.11.2.orig.tar.xz]
Debian Qt/KDE Maintainers [Fri, 28 Sep 2018 13:09:34 +0000 (14:09 +0100)]
remove-privacy-breach-in-doc
Gbp-Pq: Name remove-privacy-breach-in-doc.patch
Debian Qt/KDE Maintainers [Fri, 28 Sep 2018 13:09:34 +0000 (14:09 +0100)]
update-patchelf
Update patchelf to current git version
The current version fixes a bug which broke the ability to strip
binaries with debug symbols:
https://github.com/NixOS/patchelf/pull/117
With the former version of patchelf, I would get "not enough room for
program headers, try linking with -N" when trying to strip the binaries.
This patch brings patchelf in sync with the commit
27ffe8ae871e7a186018d66020ef3f6162c12c69 of patchelf's git
repository.
Also update patchelf's build process to match the logic in upstream's
automake files (thanks to Frédéric Bonnard for the patch to properly use
getconf PAGESIZE).
Bug: https://bugreports.qt.io/browse/PYSIDE-740
Last-Update: 2018-07-09
Gbp-Pq: Name update-patchelf.patch
Debian Qt/KDE Maintainers [Fri, 28 Sep 2018 13:09:34 +0000 (14:09 +0100)]
drop-git-requirement
Gbp-Pq: Name drop-git-requirement.patch
Debian Qt/KDE Maintainers [Fri, 28 Sep 2018 13:09:34 +0000 (14:09 +0100)]
fix-spelling-errors
Gbp-Pq: Name fix-spelling-errors.patch
Raphaël Hertzog [Fri, 28 Sep 2018 13:09:34 +0000 (14:09 +0100)]
pyside2 (5.11.2-1) unstable; urgency=medium
[ Raphaël Hertzog ]
* New upstream version 5.11.2
* Remove patches merged upstream
* Merge fix-PAGESIZE.patch into update-patchelf.patch
* Add patchelf to Build-Depends
* Bump Standards-Version to 4.2.1
[ Frédéric Bonnard ]
* Fix hardcoded PAGESIZE for patchelf.cc. Closes: #909265
[dgit import unpatched pyside2 5.11.2-1]
Raphaël Hertzog [Fri, 28 Sep 2018 13:09:34 +0000 (14:09 +0100)]
Import pyside2_5.11.2-1.debian.tar.xz
[dgit import tarball pyside2 5.11.2-1 pyside2_5.11.2-1.debian.tar.xz]