SHA256
1
0
forked from pool/python-enaml

20 Commits

Author SHA256 Message Date
b96e830725 Accepting request 1137282 from devel:languages:python
- update to 0.17.0:
  * support for Python 3.12 PR #535 Python 3.12 is only tested
    with Qt6 All syntactic features of Python 3.12 are supported
    and catching error groups is now supported.
  * fix a bug in Enaml parser that was not showing proper
    location of syntax and indentation errors in tracebacks when
    the error was in an Enaml file. PR #530

OBS-URL: https://build.opensuse.org/request/show/1137282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=12
2024-01-06 18:26:12 +00:00
eead39b374 - update to 0.17.0:
* support for Python 3.12 PR #535 Python 3.12 is only tested
    with Qt6 All syntactic features of Python 3.12 are supported
    and catching error groups is now supported.
  * fix a bug in Enaml parser that was not showing proper
    location of syntax and indentation errors in tracebacks when
    the error was in an Enaml file. PR #530

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=9
2024-01-06 17:58:20 +00:00
a9a92f635e Accepting request 1085334 from devel:languages:python
- update to 0.16.1:
  * fix typo causing a crash in dock area
  * fix a multi-inheritance issue with pyside6 which affected the
    dock area

OBS-URL: https://build.opensuse.org/request/show/1085334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=11
2023-05-08 15:24:04 +00:00
b42e96e242 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=8 2023-05-07 18:48:48 +00:00
6430abc9df - update to 0.16.1:
* fix typo causing a crash in dock area
  * fix a multi-inheritance issue with pyside6 which affected the
    dock area

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=7
2023-05-07 18:48:38 +00:00
cc831f5e04 Accepting request 1070067 from devel:languages:python
- Update to 0.16.0:
  * add support for Python 3.11+ PR #514
  * fix several issues related to PySide6 PR #513
  * switch to use pegen to generate the parser PR #474
  * implement hash and eq for decl functions PR #517 
- Add pegen to BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/1070067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=10
2023-03-08 13:53:26 +00:00
7f96ea2a67 - Update to 0.16.0:
* add support for Python 3.11+ PR #514
  * fix several issues related to PySide6 PR #513
  * switch to use pegen to generate the parser PR #474
  * implement hash and eq for decl functions PR #517 
- Add pegen to BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=6
2023-03-08 07:03:26 +00:00
43e6508d1f Accepting request 1043287 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1043287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=9
2022-12-16 16:52:04 +00:00
fc7155206e Accepting request 1043239 from home:bnavigator:branches:devel:languages:python
- Update tp version 0.15.2
  * fix position of popup view when multiple displays are used PR
    #500
  * reimplement DockArea.initialize instead of shadowing the
    initialized member. PR #502
  * require qtpy>=2.1 far Qt backends version PR #501
  * qt: use QEvent.Type to coerce new registered event type with
    all bindings. PR #497 This requires PyQt 6.3.1 to work and
    allow to eliminate a deprecation warning.
  * fix loading of dock area guide images. PR #503
- Release 0.15.1
  * bump qtpy minimal required version for Qt6 PR #490
  * fix drag and drop support under Qt6 PR #491
  * fix date and time conversion under Qt6 PR #486
  * fix handling of mouse press event by popup views PR #486
  * fix flow widget size computation to only use integer (fixes
    Qt6) PR #492
  * add new extra requirements to ease use of widgets with extra
    dependencies PR #495
- Release 0.15.0
  * make install PEP 517 compliant and use a PEP 621 compliant
    pyproject.toml PR #485
  * add support for PyQt6 and Pyside6 PR #475
  * fix last occurrences of passing float instead of int to PyQt PR
    #481
  * add new declarative @observe which ignores 'create' and
    'container' events by default PR #479
  * use atom builtin filtering mechanism to avoid refreshing the
    declarative engine on 'create' and 'container' event PR # 479
- Release 0.14.1
  * fixes a bug in code generation for Python 3.10 PR #476
  * fixes several bugs in corner cases of the Qt dock area PR #469
  * add python fstring scintilla tokens PR #470
  * address PyQt deprecation of accepting float values for pixel
    dimensions PR #471

OBS-URL: https://build.opensuse.org/request/show/1043239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=5
2022-12-16 08:24:32 +00:00
b4485d2a7f Accepting request 936086 from devel:languages:python
- Update to version 0.14.0
  * use enum.IntEnum/IntFlag instead of atom.IntEnum PR #453
  * fix operator bindings in template instances PR #445
  * fix FlowLayout error with FlowItems that have non-zero stretch or ortho_stretch PR #448
  * add support for styling notebook tabs PR #452
  * drop official support for Python 3.6 and add minimal support for Python 3.10
    As with earlier Python version, support for 3.10 is currently limited to running on
    Python 3.10 excluding any features that were added in Python 3.10
- Stop building on Python 3.6 which is no longer supported
- Switch back to using upstream tarball URL in Source field
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/936086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=8
2021-12-07 22:59:49 +00:00
ce7f117204 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=4 2021-12-06 17:37:56 +00:00
fcab30099a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=3 2021-12-06 17:34:16 +00:00
9b439d6937 Accepting request 936072 from home:glaubitz:branches:devel:languages:python
- Update to version 0.14.0
  * use enum.IntEnum/IntFlag instead of atom.IntEnum PR #453
  * fix operator bindings in template instances PR #445
  * fix FlowLayout error with FlowItems that have non-zero stretch or ortho_stretch PR #448
  * add support for styling notebook tabs PR #452
  * drop official support for Python 3.6 and add minimal support for Python 3.10
    As with earlier Python version, support for 3.10 is currently limited to running on
    Python 3.10 excluding any features that were added in Python 3.10
- Stop building on Python 3.6 which is no longer supported
- Switch back to using upstream tarball URL in Source field
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/936072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=2
2021-12-06 17:24:49 +00:00
Richard Brown
0efda11acf Accepting request 911483 from devel:languages:python
- Update to version 0.13.0+git.1627388100.6864e8bc (so as to make
  the test suite pass with pytest-qt > 3):
  * Add release notes entry
  * Flow Layout sort fix for stretch or ortho_stretch > 0
  * cis: test on python 3.10.b.4
  * tests: fix missing imports
  * cis: do not run with -W error due to ipykernel and add missed skip for focus
  * cis: skip focus tests on linux (ci) and run extended tests on 3.9 rather than 3.8
  * cis: bump to python 3.10 beta 3 and skip linux for the time being
  * tests: fix warnings and try another window manager

- Switching off temporarily the test suite
  (gh#nucleic/enaml#449).

OBS-URL: https://build.opensuse.org/request/show/911483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=7
2021-08-12 07:01:36 +00:00
866d5b65a8 Accepting request 889121 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/889121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=6
2021-04-29 20:46:06 +00:00
a3ba1c6b8e Accepting request 820784 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/820784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=5
2020-07-16 10:14:14 +00:00
bc5109ba28 Accepting request 819723 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/819723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=4
2020-07-10 12:12:48 +00:00
5ef919b7bb Accepting request 794599 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/794599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=3
2020-04-16 21:06:30 +00:00
0f3e966be7 Accepting request 770291 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/770291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=2
2020-02-05 18:44:00 +00:00
2d82229ca6 Accepting request 627173 from devel:languages:python:numeric
Declarative DSL for building rich user interfaces in Python

OBS-URL: https://build.opensuse.org/request/show/627173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=1
2018-08-03 10:39:55 +00:00