Skip to content

Commit

Permalink
pypi-qtpy: Autospec creation for update from version 2.0.0 to version…
Browse files Browse the repository at this point in the history
… 2.0.1

Carlos Cordoba (2):
      Add "New features" section for version 2.0 to Changelog
      Make lines fit in 79 columns

Daniel Althviz Moré (5):
      QtCore: Apply suggestions from code review
      QtCore: Apply suggestions from code review
      Testing: Apply suggestions from code review
      Testing: Apply suggestions from code review
      Testing: Apply suggestions from code review

Matthieu Dartiailh (4):
      enum_compat: allow unscoped access to aliased enum values
      tests: check we can access enum values using an alias name
      tests: test for aliases using TicksLeft which is a documented alias
      QtCore: remove manual aliases and update tests

René Fritze (6):
      add missing import in QtOpenGl
      adds a test for QtOpenGL
      [qtgui] pull in opengl module contents for pyside6/pyqt6
      [qtopengl] mirror qtgui imports from pyqt5 to pyside2
      [qtopengl] harmonize QtGui pull-ins
      [qtopengl] Fix copy+paste error in qtgui imports

dalthviz (22):
      Back to work
      QtCore: Add missing QtGui utility function to QtCore.Qt
      QtCore: Enable QtGui/Qt namespace test for PyQt
      Update testing and prevent errors with PySide2 5.12
      QtCore: Remove guiQt after utility functions assignment
      CI: Update timeout to 15 min
      QtCore: Add mapping for missing enum values aliases
      QtCore: Update PySide6 mapping for ItemDataRole enum values
      QtCharts: Add alias for backward compatibility with 1.x
      QtCharts: Catch errors when applying backward compat logic
      QtCharts: Update handling for module layout
      QtCore/QtGui: Add testing for aliased methods
      QtPrintSupport: Add tests for aliased methods
      QtSql: Add tests for aliased methods
      QtWidgets: Add tests for aliased methods
      QtWidgets/QtSql: Fix/Skip some tests regarding using a printer and SQLite on Windows
      QtWidgets: Skip stalled test for QDialog and QMenu on MacOS/conda/Python 3.6
      QtWidgets: Add test for QDialog subclass. Remove qtbot.addWidget calls
      Testing: Fix test.sh on macOS and add fixtures
      Testing: Create utils module for USE_CONDA validations
      Testing: Add restriction for pip version with Python 3.6 to prevent error with the dataclasses module when building wheel
      Release 2.0.1

kumattau (2):
      Set CI job's timeout to 10 min to force a stalled test to terminate
      Fix mappings of instance method and slot alias (PyQt6 and PySide6)
  • Loading branch information
fenrus75 committed Feb 3, 2022
1 parent ad8df0b commit 13bffc4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-qtpy
URL = https://files.pythonhosted.org/packages/88/f8/5f987cfd847a38204b4e9135f4ee39614bd1437dc078377a00136d9444db/QtPy-2.0.0.tar.gz
URL = https://files.pythonhosted.org/packages/b4/e3/e095dd82d35bd837b11c5c3fb0883c3dcb9040722ffc80238766680ce01e/QtPy-2.0.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-qtpy
url = https://files.pythonhosted.org/packages/88/f8/5f987cfd847a38204b4e9135f4ee39614bd1437dc078377a00136d9444db/QtPy-2.0.0.tar.gz
url = https://files.pythonhosted.org/packages/b4/e3/e095dd82d35bd837b11c5c3fb0883c3dcb9040722ffc80238766680ce01e/QtPy-2.0.1.tar.gz
archives =
giturl = https://github.com/spyder-ide/qtpy.git
domain =
Expand Down
19 changes: 8 additions & 11 deletions pypi-qtpy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
# Generated by: autospec.py
#
Name : pypi-qtpy
Version : 2.0.0
Release : 42
URL : https://files.pythonhosted.org/packages/88/f8/5f987cfd847a38204b4e9135f4ee39614bd1437dc078377a00136d9444db/QtPy-2.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/88/f8/5f987cfd847a38204b4e9135f4ee39614bd1437dc078377a00136d9444db/QtPy-2.0.0.tar.gz
Version : 2.0.1
Release : 43
URL : https://files.pythonhosted.org/packages/b4/e3/e095dd82d35bd837b11c5c3fb0883c3dcb9040722ffc80238766680ce01e/QtPy-2.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/b4/e3/e095dd82d35bd837b11c5c3fb0883c3dcb9040722ffc80238766680ce01e/QtPy-2.0.1.tar.gz
Summary : Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6).
Group : Development/Tools
License : MIT
Requires: pypi-qtpy-license = %{version}-%{release}
Requires: pypi-qtpy-python = %{version}-%{release}
Requires: pypi-qtpy-python3 = %{version}-%{release}
BuildRequires : buildreq-distutils3
Provides: QtPy
Provides: QtPy-python
Provides: QtPy-python3
BuildRequires : pypi(packaging)
BuildRequires : pypi(setuptools)
BuildRequires : pypi(wheel)
Expand Down Expand Up @@ -62,15 +59,15 @@ python3 components for the pypi-qtpy package.


%prep
%setup -q -n QtPy-2.0.0
cd %{_builddir}/QtPy-2.0.0
%setup -q -n QtPy-2.0.1
cd %{_builddir}/QtPy-2.0.1

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1641487749
export SOURCE_DATE_EPOCH=1643907240
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -86,7 +83,7 @@ python3 -m build --wheel --skip-dependency-check --no-isolation
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-qtpy
cp %{_builddir}/QtPy-2.0.0/LICENSE.txt %{buildroot}/usr/share/package-licenses/pypi-qtpy/23f0f8972f5c9d62a7def9b191f5b7a5ee688acd
cp %{_builddir}/QtPy-2.0.1/LICENSE.txt %{buildroot}/usr/share/package-licenses/pypi-qtpy/23f0f8972f5c9d62a7def9b191f5b7a5ee688acd
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42
43
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74a744584c541d31815d3a7bf12876c3d4f7475a/QtPy-2.0.0.tar.gz
3db119c9c13a709282f805f37c1bfaedd2221b78/QtPy-2.0.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 13bffc4

Please sign in to comment.