pyside2.git
5 years agoDisable testsuite. archive/raspbian/5.13.2-3+rpi1 raspbian/5.13.2-3+rpi1
Peter Michael Green [Mon, 25 May 2020 21:10:06 +0000 (21:10 +0000)]
Disable testsuite.

5 years agoManual merge of version 5.13.2-2.2+rpi1 and 5.13.2-3 to produce 5.13.2-3+rpi1
Peter Michael Green [Sun, 24 May 2020 10:42:11 +0000 (10:42 +0000)]
Manual merge of version 5.13.2-2.2+rpi1 and 5.13.2-3 to produce 5.13.2-3+rpi1

5 years agoMerge pyside2 (5.13.2-3) import into refs/heads/workingbranch
Kurt Kremitzki [Mon, 18 May 2020 01:27:01 +0000 (02:27 +0100)]
Merge pyside2 (5.13.2-3) import into refs/heads/workingbranch

5 years ago[PATCH 3/3] make compilation work after backporting
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

5 years ago[PATCH 2/3] Optimize the Python 3.8 refcount fix a tiny bit
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

5 years ago[PATCH 1/3] Fix Python 3.8 problems
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

5 years agoBlacklist other failing tests
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

5 years agoUse python3 by default
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

5 years agoAdd Python 3.8 in Programming Language
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

5 years agoupdate-patchelf
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

5 years agoDrop git requirement
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

5 years agoFix spelling errors
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

5 years agopyside2 (5.13.2-3) unstable; urgency=medium
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]

5 years agoImport pyside2_5.13.2-3.debian.tar.xz
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]

5 years agoReplace 64 with ?? in debian/shiboken2-doc.docs to fix arch all build archive/raspbian/5.13.2-2.2+rpi1 raspbian/5.13.2-2.2+rpi1
Peter Michael Green [Sun, 12 Jan 2020 16:29:03 +0000 (16:29 +0000)]
Replace 64 with ?? in debian/shiboken2-doc.docs to fix arch all build
on 32-bit architectures.

5 years agoRemove armhf from another qtwebengine architecture list.
Peter Michael Green [Sat, 11 Jan 2020 11:04:20 +0000 (11:04 +0000)]
Remove armhf from another qtwebengine architecture list.

5 years agoManual merge of version 5.11.2-3+rpi1 and 5.13.2-2.2 to produce 5.13.2-2.2+rpi1
Peter Michael Green [Fri, 10 Jan 2020 22:17:52 +0000 (22:17 +0000)]
Manual merge of version 5.11.2-3+rpi1 and 5.13.2-2.2 to produce 5.13.2-2.2+rpi1

5 years agoMerge pyside2 (5.13.2-2.2) import into refs/heads/workingbranch
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

5 years agoBlacklist other failing tests
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

5 years agoUse python3 by default
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

5 years agoAdd Python 3.8 in Programming Language
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

5 years agoupdate-patchelf
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

5 years agoDrop git requirement
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

5 years agoFix spelling errors
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

5 years agopyside2 (5.13.2-2.2) unstable; urgency=medium
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]

5 years agoImport pyside2_5.13.2-2.2.debian.tar.xz
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]

6 years agoImport pyside2_5.13.2.orig.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]

6 years agoMerge version 5.11.2-1+rpi1 and 5.11.2-3 to produce 5.11.2-3+rpi1 buster-staging archive/raspbian/5.11.2-3+rpi1 raspbian/5.11.2-3+rpi1
Raspbian automatic forward porter [Thu, 24 Jan 2019 17:32:39 +0000 (17:32 +0000)]
Merge version 5.11.2-1+rpi1 and 5.11.2-3 to produce 5.11.2-3+rpi1

6 years agoMerge pyside2 (5.11.2-3) import into refs/heads/workingbranch
Sebastien Delafond [Wed, 16 Jan 2019 15:30:16 +0000 (15:30 +0000)]
Merge pyside2 (5.11.2-3) import into refs/heads/workingbranch

6 years agoremove-privacy-breach-in-doc
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

6 years agoupdate-patchelf
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

6 years agodrop-git-requirement
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

6 years agofix-spelling-errors
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

6 years agopyside2 (5.11.2-3) unstable; urgency=medium
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]

6 years agoImport pyside2_5.11.2-3.debian.tar.xz
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]

6 years agoMerge pyside2 (5.11.2-2) import into refs/heads/workingbranch
Sebastien Delafond [Thu, 10 Jan 2019 08:21:43 +0000 (08:21 +0000)]
Merge pyside2 (5.11.2-2) import into refs/heads/workingbranch

6 years agoremove-privacy-breach-in-doc
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

6 years agoupdate-patchelf
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

6 years agodrop-git-requirement
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

6 years agofix-spelling-errors
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

6 years agopyside2 (5.11.2-2) unstable; urgency=medium
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]

6 years agoImport pyside2_5.11.2-2.debian.tar.xz
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]

6 years agoMerge pyside2 (5.11.2-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)]
Merge pyside2 (5.11.2-1+rpi1) import into refs/heads/workingbranch

6 years agoremove-privacy-breach-in-doc
Debian Qt/KDE Maintainers [Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)]
remove-privacy-breach-in-doc

Gbp-Pq: Name remove-privacy-breach-in-doc.patch

6 years agoupdate-patchelf
Debian Qt/KDE Maintainers [Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +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

6 years agodrop-git-requirement
Debian Qt/KDE Maintainers [Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)]
drop-git-requirement

Gbp-Pq: Name drop-git-requirement.patch

6 years agofix-spelling-errors
Debian Qt/KDE Maintainers [Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)]
fix-spelling-errors

Gbp-Pq: Name fix-spelling-errors.patch

6 years agopyside2 (5.11.2-1+rpi1) buster-staging; urgency=medium
Peter Michael Green [Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)]
pyside2 (5.11.2-1+rpi1) buster-staging; urgency=medium

  * Remove armhf from qtwebengine architecture lists.
  * Fix clean target.

[dgit import unpatched pyside2 5.11.2-1+rpi1]

6 years agoImport pyside2_5.11.2-1+rpi1.debian.tar.xz
Peter Michael Green [Sun, 23 Dec 2018 23:25:45 +0000 (23:25 +0000)]
Import pyside2_5.11.2-1+rpi1.debian.tar.xz

[dgit import tarball pyside2 5.11.2-1+rpi1 pyside2_5.11.2-1+rpi1.debian.tar.xz]

7 years agoImport pyside2_5.11.2.orig.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]

7 years agoremove-privacy-breach-in-doc
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

7 years agoupdate-patchelf
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

7 years agodrop-git-requirement
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

7 years agofix-spelling-errors
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

7 years agopyside2 (5.11.2-1) unstable; urgency=medium
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]

7 years agoImport pyside2_5.11.2-1.debian.tar.xz
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]