14
0

16 Commits

Author SHA256 Message Date
f60ab01380 Accepting request 1154943 from devel:languages:python
- Switch to autosetup and pyproject macros.
- Remove python2 leftovers.

OBS-URL: https://build.opensuse.org/request/show/1154943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=8
2024-03-05 17:50:49 +00:00
d0a7ba3f12 - Switch to autosetup and pyproject macros.
- Remove python2 leftovers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=14
2024-03-05 03:21:43 +00:00
834fac681a Accepting request 989338 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=7
2022-07-15 11:52:46 +00:00
9b37bbd744 Accepting request 989259 from home:bnavigator:branches:devel:languages:python
- Remove pathlib for python3 build

OBS-URL: https://build.opensuse.org/request/show/989259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=12
2022-07-15 07:07:11 +00:00
ad230b803e Accepting request 915484 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=6
2021-09-01 19:37:21 +00:00
John Vandenberg
7a33f4bddd Accepting request 914388 from home:pgajdos:python
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/914388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=11
2021-09-01 12:58:58 +00:00
2abb97be39 Accepting request 806802 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/806802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=5
2020-05-19 12:46:33 +00:00
Tomáš Chvátal
f41dec1c5a Accepting request 806789 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/806789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=9
2020-05-18 08:11:53 +00:00
658308e708 Accepting request 795681 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/795681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=4
2020-04-21 11:07:00 +00:00
Tomáš Chvátal
1f7630a3ae - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=7
2020-04-20 07:27:40 +00:00
adc78418a6 Accepting request 731250 from devel:languages:python
- Updat eto 0.3.21:
  * various bugfixes only
- Drop upstream merged patch yaml5.patch

OBS-URL: https://build.opensuse.org/request/show/731250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=3
2019-09-17 11:38:55 +00:00
Tomáš Chvátal
ea796ff5d1 - Updat eto 0.3.21:
* various bugfixes only
- Drop upstream merged patch yaml5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=5
2019-09-16 10:48:06 +00:00
7df65b0307 Accepting request 686039 from devel:languages:python
- Fix hardcoded versions
- Add patch to build with new PyYAML 5:
  * yaml5.patch

OBS-URL: https://build.opensuse.org/request/show/686039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=2
2019-03-19 09:00:18 +00:00
Tomáš Chvátal
9f706ecd10 - Fix hardcoded versions
- Add patch to build with new PyYAML 5:
  * yaml5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=3
2019-03-18 11:00:47 +00:00
Stephan Kulow
e96840a14f Accepting request 678762 from devel:languages:python
- Add missing dependencies for Python 2, enum34 and pathlib and add
  missing test dependency mock
- Remove unnecessary build dependency python-devel
- Remove %bcond test
- Fix CLI tests with test-sys-executable.patch
- Change version == pins to >= in setup.py and test-requirements.txt
- Update to v0.3.19
  * New features
    + Initial support for stdin
  * Bug fixes
    + Disable ProhibitImplicitScopeVariable
    + Suppress warnings caused by map([], ' "x" ')
    + Fix linting autocmd
    + Fix acceptance tests
  * Optimize
    + ProhibitUnusedVariable
    + get_asset_path
    + ConfigProjectSource
  * Documentation
    + Link to default config
    + Fix a broken code block for example
- Initial version v0.3.18

OBS-URL: https://build.opensuse.org/request/show/678762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vim-vint?expand=0&rev=1
2019-02-25 16:57:44 +00:00
Tomáš Chvátal
41dc3ccef4 Accepting request 678595 from home:jayvdb:coala:python3-bears
- Add missing dependencies for Python 2, enum34 and pathlib and add
  missing test dependency mock
- Remove unnecessary build dependency python-devel
- Remove %bcond test
- Fix CLI tests with test-sys-executable.patch
- Change version == pins to >= in setup.py and test-requirements.txt
- Update to v0.3.19
  * New features
    + Initial support for stdin
  * Bug fixes
    + Disable ProhibitImplicitScopeVariable
    + Suppress warnings caused by map([], ' "x" ')
    + Fix linting autocmd
    + Fix acceptance tests
  * Optimize
    + ProhibitUnusedVariable
    + get_asset_path
    + ConfigProjectSource
  * Documentation
    + Link to default config
    + Fix a broken code block for example
- Initial version v0.3.18

OBS-URL: https://build.opensuse.org/request/show/678595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=1
2019-02-25 08:29:38 +00:00