1
0

24 Commits

Author SHA256 Message Date
Dominique Leuenberger
c0f5021d1d Accepting request 1081761 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=11
2023-04-22 19:58:41 +00:00
e0cb82bb05 Accepting request 1081629 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=22
2023-04-21 13:34:11 +00:00
Dominique Leuenberger
2a99df5c3b Accepting request 935957 from devel:languages:python
- update to 2.2.0:
  * Python 2 is no longer actively supported
  * Fix code generated for division.
  * C#: An `among` without functions is now generated as `static` and groupings
    are now generated as constant.
  * Constant numeric subexpressions and constant numeric tests are now
    evaluated at Snowball compile time.
  * german2: Fix handling of `qu` to match algorithm description.
  * arabic: Handle exception cases in the among they're exceptions to.
  * greek: Remove unused slice setting, handle exception cases in the among
    they're exceptions to
  * hindi: Eliminate the need for variable `p`.
  * irish: Minor optimisation in setting `pV` and `p1`.

OBS-URL: https://build.opensuse.org/request/show/935957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=10
2021-12-09 18:45:12 +00:00
31b65d42f8 - update to 2.2.0:
* Python 2 is no longer actively supported
  * Fix code generated for division.
  * C#: An `among` without functions is now generated as `static` and groupings
    are now generated as constant.
  * Constant numeric subexpressions and constant numeric tests are now
    evaluated at Snowball compile time.
  * german2: Fix handling of `qu` to match algorithm description.
  * arabic: Handle exception cases in the among they're exceptions to.
  * greek: Remove unused slice setting, handle exception cases in the among
    they're exceptions to
  * hindi: Eliminate the need for variable `p`.
  * irish: Minor optimisation in setting `pV` and `p1`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=21
2021-12-06 10:06:14 +00:00
Dominique Leuenberger
52bfad4f75 Accepting request 866180 from devel:languages:python
- update to 2.1.0:
  * Add Serbian stemmer from stef4np (#113).
  * Add Yiddish stemmer from Assaf Urieli (#137).
  * Add Armenian stemmer from Astghik Mkrtchyan.  It's been on the website for
    over a decade, and included in Xapian for over 9 years without any negative
    feedback.
  * kraaij_pohlmann: Use `$v = limit` instead of `do (tolimit setmark v)` since
    this generates simpler code, and also matches the code other algorithm
    implementations use.
    Probably for languages like C with optimising compilers the compiler
    will generate equivalent code anyway, but e.g. for Python this should be
    an improvement.

OBS-URL: https://build.opensuse.org/request/show/866180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=9
2021-01-26 13:45:01 +00:00
5f4633bb2b - update to 2.1.0:
* Add Serbian stemmer from stef4np (#113).
  * Add Yiddish stemmer from Assaf Urieli (#137).
  * Add Armenian stemmer from Astghik Mkrtchyan.  It's been on the website for
    over a decade, and included in Xapian for over 9 years without any negative
    feedback.
  * kraaij_pohlmann: Use `$v = limit` instead of `do (tolimit setmark v)` since
    this generates simpler code, and also matches the code other algorithm
    implementations use.
    Probably for languages like C with optimising compilers the compiler
    will generate equivalent code anyway, but e.g. for Python this should be
    an improvement.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=19
2021-01-23 01:13:36 +00:00
Dominique Leuenberger
2001da6788 Accepting request 758628 from devel:languages:python
- update to 2.0.0:
  * Simplified generated code for ``repeat`` and ``atleast`` commands.
  * Implemented “go grouping” optimisation.
  * Removed caching layer (#114).
  * Enabled building wheels (#115).
  * Updated package README.

OBS-URL: https://build.opensuse.org/request/show/758628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=8
2020-01-01 13:57:51 +00:00
79e445d56c - update to 2.0.0:
* Simplified generated code for ``repeat`` and ``atleast`` commands.
  * Implemented “go grouping” optimisation.
  * Removed caching layer (#114).
  * Enabled building wheels (#115).
  * Updated package README.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=17
2019-12-20 19:09:41 +00:00
Dominique Leuenberger
2821bb1296 Accepting request 729777 from devel:languages:python
- Update to 1.9.1:
  * provide license file in the tarball

OBS-URL: https://build.opensuse.org/request/show/729777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=7
2019-09-23 10:04:13 +00:00
Tomáš Chvátal
cb438a7138 - Update to 1.9.1:
* provide license file in the tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=15
2019-09-10 10:22:23 +00:00
Dominique Leuenberger
5b02ef7b3a Accepting request 726876 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/726876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=6
2019-09-02 10:41:21 +00:00
Tomáš Chvátal
130ef91126 Accepting request 726432 from home:jengelh:branches:devel:languages:python
- Avoid self-reference in summary.

OBS-URL: https://build.opensuse.org/request/show/726432
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=13
2019-08-29 02:18:02 +00:00
Dominique Leuenberger
4b2846b5f8 Accepting request 720578 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/720578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=5
2019-08-07 11:59:09 +00:00
Tomáš Chvátal
9864da5c22 Accepting request 720577 from home:pgajdos
- version update to 1.9.0
  * no upstream change log
  * relicensed to BSD-3-Clause, se README.rst
- added sources
  https://github.com/snowballstem/snowball/issues/102
  + COPYING

OBS-URL: https://build.opensuse.org/request/show/720577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=11
2019-08-02 11:10:26 +00:00
Dominique Leuenberger
c34f95cbfc Accepting request 655911 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/655911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=4
2018-12-14 19:47:06 +00:00
2030a2f641 Add missing BR
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=9
2018-12-06 22:32:55 +00:00
971d11b4f9 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=8
2018-12-04 14:04:31 +00:00
Dominique Leuenberger
d31d66b25e Accepting request 500494 from devel:languages:python
- update to 1.2.1:
  * fix syntax error

OBS-URL: https://build.opensuse.org/request/show/500494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=3
2017-06-03 23:49:56 +00:00
8c328912dd - update to 1.2.1:
* fix syntax error

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=6
2017-06-01 21:03:06 +00:00
Dominique Leuenberger
eea24b1274 Accepting request 485740 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/485740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=2
2017-04-19 16:07:39 +00:00
Thomas Bechtold
8a3c40952d Accepting request 485736 from devel:languages:python:singlespec
- Fix python_module macro definition

- update for multipython build

OBS-URL: https://build.opensuse.org/request/show/485736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=4
2017-04-05 05:44:14 +00:00
Stephan Kulow
aad96f33ce Accepting request 315583 from devel:languages:python
Dependency of python-Sphinx, which is already in openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/315583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=1
2015-07-12 20:53:14 +00:00
Michal Čihař
5b69bdba4d Accepting request 298780 from home:Nijel:branches:devel:languages:python
- Compatibility with SLE11

OBS-URL: https://build.opensuse.org/request/show/298780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=2
2015-04-23 11:15:15 +00:00
Denisart Benjamin
6a2095b13b Accepting request 295062 from home:termim:branches:devel:languages:python
required for Sphinx-1.3

OBS-URL: https://build.opensuse.org/request/show/295062
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=1
2015-04-10 04:00:58 +00:00