15
0

24 Commits

Author SHA256 Message Date
492edc75d7 Accepting request 1277064 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=9
2025-05-13 18:07:28 +00:00
1a072e308e Accepting request 1277026 from home:mcalabkova:branches:devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1277026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=21
2025-05-13 08:48:53 +00:00
bf57348393 Accepting request 1123889 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1123889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=8
2023-11-07 20:27:06 +00:00
2d1aa0b1eb Accepting request 1123821 from home:dimstar:Factory
Fix build with RPM 4.19: unnumbered patches are no longer supported.

OBS-URL: https://build.opensuse.org/request/show/1123821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=19
2023-11-07 10:26:25 +00:00
769a9c564b Accepting request 1029975 from devel:languages:python
- Fix sitelib in files section
- Add patch remove-python-six.patch to do not require python-six
- Remove python-six dependency
- Remove not needed deps:
  * unittest-xml-reporting
  * python-pyee
- Use pytest in check instead unittest

OBS-URL: https://build.opensuse.org/request/show/1029975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=7
2022-10-19 13:13:13 +00:00
64fe5df205 - Fix sitelib in files section
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=17
2022-10-19 11:27:56 +00:00
1ce47a7af9 - Add patch remove-python-six.patch to do not require python-six
- Remove python-six dependency
- Remove not needed deps:
  * unittest-xml-reporting
  * python-pyee
- Use pytest in check instead unittest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=16
2022-10-19 11:08:38 +00:00
91615a6486 Accepting request 934030 from devel:languages:python
- version update to 1.0.0
  * Safe defaults #147
  * Updated docstrings
  * Fix is_prefix() implementation in Trie #148
  * Python2 is officially supported
  * Removed requirement of pyee

OBS-URL: https://build.opensuse.org/request/show/934030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=6
2021-11-26 23:51:38 +00:00
048e413e54 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=15 2021-11-26 11:29:37 +00:00
888add673b Accepting request 928729 from home:pgajdos:python
- version update to 1.0.0
  * Safe defaults #147
  * Updated docstrings
  * Fix is_prefix() implementation in Trie #148
  * Python2 is officially supported
  * Removed requirement of pyee

OBS-URL: https://build.opensuse.org/request/show/928729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=14
2021-11-21 11:04:24 +00:00
30f915a762 Accepting request 925651 from devel:languages:python
- update to 0.6.1:
  * Support for python 2.7 is now a firm thing and not just implied. 

- Update to 0.5.1
  * Publish to pypi from master after tagging
  * Fix name of LICENSE file in MANIFEST (#140)
  * Hard code Pypi user to __token__
  * Add checks and bdist_wheel
  * Split PR workflow from push workflow
  * Add automatic tagging
  * Remove old publish scripts
  * Add support for publishing to pypi
- from version 0.5.0
  * Guarantee sorted results from IntentDeterminationEngine.determine_intent (#137)
  * Fixes issue 97 (#138)
- from version 0.4.3
  * Updated docstrings, and some small fixes (#132)
  * Bump version to 0.4.2
  * Fix use after remove
  * Test that a removed regexp can be re-added
  * Fix storing regex as string when cleaned
- from version 0.4.1
  * Scoring tests and fixes (#131)
  * Issues/114 (#128)
  * Add .envrc to git-ignore
  * Consolidate requirements
  * Remove unused requirement argparse
  * Add license and readme to MANIFEST.in
  * Use run_tests.sh in github actions
  * Add run_tests.sh to easily do linting and tests

OBS-URL: https://build.opensuse.org/request/show/925651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=5
2021-10-16 20:47:12 +00:00
9e87a16fec - update to 0.6.1:
* Support for python 2.7 is now a firm thing and not just implied.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=13
2021-10-16 09:45:51 +00:00
b26582f9a1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=12 2021-10-16 09:43:30 +00:00
e8fd65666c Accepting request 915755 from home:glaubitz:branches:devel:languages:python
- Update to 0.5.1
  * Publish to pypi from master after tagging
  * Fix name of LICENSE file in MANIFEST (#140)
  * Hard code Pypi user to __token__
  * Add checks and bdist_wheel
  * Split PR workflow from push workflow
  * Add automatic tagging
  * Remove old publish scripts
  * Add support for publishing to pypi
- from version 0.5.0
  * Guarantee sorted results from IntentDeterminationEngine.determine_intent (#137)
  * Fixes issue 97 (#138)
- from version 0.4.3
  * Updated docstrings, and some small fixes (#132)
  * Bump version to 0.4.2
  * Fix use after remove
  * Test that a removed regexp can be re-added
  * Fix storing regex as string when cleaned
- from version 0.4.1
  * Scoring tests and fixes (#131)
  * Issues/114 (#128)
  * Add .envrc to git-ignore
  * Consolidate requirements
  * Remove unused requirement argparse
  * Add license and readme to MANIFEST.in
  * Use run_tests.sh in github actions
  * Add run_tests.sh to easily do linting and tests
  * Remove run_tests.py and add test instructions
  * Add test requirements into test-requirements.txt
  * Enable flake8 checks for some basic errors

OBS-URL: https://build.opensuse.org/request/show/915755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=11
2021-10-16 09:26:57 +00:00
c4c53c3415 Accepting request 765024 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/765024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=4
2020-01-16 17:24:04 +00:00
Tomáš Chvátal
9decdf51cb Accepting request 765013 from home:mcalabkova:branches:devel:languages:python
- update to 0.3.4
  * minor fixes

OBS-URL: https://build.opensuse.org/request/show/765013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=9
2020-01-16 15:36:15 +00:00
abc39d1127 Accepting request 708401 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=3
2019-06-12 11:13:26 +00:00
Tomáš Chvátal
715fe76fa0 Accepting request 708386 from home:mcalabkova:branches:devel:languages:python
- Update to 0.3.3
  * Change license to Apache 2.0 
  * other minor changes

OBS-URL: https://build.opensuse.org/request/show/708386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=7
2019-06-07 15:12:49 +00:00
2dff2103ec Accepting request 681657 from devel:languages:python
- Siwtch to unittest-xml-reporting

- Update to 0.3.2:
  * no upstream changelog
- Switch to github tarball for tests

OBS-URL: https://build.opensuse.org/request/show/681657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=2
2019-03-05 11:26:36 +00:00
Tomáš Chvátal
a816aa72b1 - Siwtch to unittest-xml-reporting
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=5
2019-03-05 09:50:26 +00:00
Tomáš Chvátal
37099cc8b9 - Update to 0.3.2:
* no upstream changelog
- Switch to github tarball for tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=4
2019-03-04 14:12:33 +00:00
41f6aef6a3 Accepting request 582364 from devel:languages:python
New package python-adapt-parser, required by mycroft-core

OBS-URL: https://build.opensuse.org/request/show/582364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=1
2018-03-16 09:39:00 +00:00
Tomáš Chvátal
1b3c5d1c73 Accepting request 562866 from home:alarrosa:branches:devel:languages:python
- Remove unneeded buildrequires

OBS-URL: https://build.opensuse.org/request/show/562866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=2
2018-01-09 12:07:57 +00:00
Tomáš Chvátal
e22c3a69ae Accepting request 562864 from home:alarrosa:branches:devel:languages:python
New package python-adapt-parser, required by mycroft-core

OBS-URL: https://build.opensuse.org/request/show/562864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=1
2018-01-09 11:53:28 +00:00