forked from pool/python-enaml
- 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
17 lines
600 B
Plaintext
17 lines
600 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionprefix">0.13.0+git</param>
|
|
<param name="url">https://github.com/nucleic/enaml.git</param>
|
|
<param name="revision">main</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|