Commit Graph

40 Commits

Author SHA256 Message Date
Ana Guerrero
490a9c90c1 Accepting request 1157016 from devel:languages:python
- Skip problematic multprocessing test for ALP, bsc#1221034

OBS-URL: https://build.opensuse.org/request/show/1157016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=22
2024-03-14 16:42:23 +00:00
1adc53b86b - Skip problematic multprocessing test for ALP, bsc#1221034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=38
2024-03-11 17:12:13 +00:00
Ana Guerrero
8d900d02f3 Accepting request 1114536 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1114536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=21
2023-10-02 18:04:04 +00:00
7ca499dce4 Accepting request 1114528 from home:bnavigator:branches:Application:ERP:GNUHealth:Factory
- Move to PEP517
- Add sle15_python_module_pythons (for mygnuhealth)

OBS-URL: https://build.opensuse.org/request/show/1114528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=36
2023-09-30 13:01:35 +00:00
Dominique Leuenberger
5c5e356934 Accepting request 934924 from devel:languages:python
- Update to 3.2.2:
  * Add support for Python 3.10
  * Fix ``Dict.__del__`` sometimes raising `TypeError` upon exit.

OBS-URL: https://build.opensuse.org/request/show/934924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=20
2021-12-09 18:45:05 +00:00
Steve Kowalik
1892228500 - Update to 3.2.2:
* Add support for Python 3.10
  * Fix ``Dict.__del__`` sometimes raising `TypeError` upon exit.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=35
2021-12-01 08:00:18 +00:00
Dominique Leuenberger
b34a4bfcce Accepting request 865657 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/865657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=19
2021-01-27 17:56:54 +00:00
494d02432e Accepting request 865542 from home:jayvdb:branches:devel:languages:python
- Update to v3.2.0
  * Add support for Python 3.9
  * Add trove classifiers for all supported Python versions
  * Run ``pyupgrade`` across the code base
  * Update documentation about MacPorts

OBS-URL: https://build.opensuse.org/request/show/865542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=33
2021-01-22 07:21:18 +00:00
Dominique Leuenberger
0c84218f84 Accepting request 810504 from devel:languages:python
- Update to version 3.1.1:
  - On Windows, set PATH instead of calling SetDllDirectory
    before loading the Enchant C library. This allows PyEnchant to
    co-exist with other libraries in the same program. Fix
    gh#pyenchant/pyenchant#207.
  - Hopefully fix gh#pyenchant/pyenchant#203 as well.

OBS-URL: https://build.opensuse.org/request/show/810504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=18
2020-06-11 12:37:39 +00:00
3b3ad0dfc9 - Update to version 3.1.1:
- On Windows, set PATH instead of calling SetDllDirectory
    before loading the Enchant C library. This allows PyEnchant to
    co-exist with other libraries in the same program. Fix
    gh#pyenchant/pyenchant#207.
  - Hopefully fix gh#pyenchant/pyenchant#203 as well.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=31
2020-05-31 18:34:13 +00:00
Yuchen Lin
ae2f4ed9f6 Accepting request 808026 from devel:languages:python
- Update to version 3.1.0:
  - Add enchant.get_user_config_dir()
  - Fix: enchant.get_enchant_version() now returns a str,
    not some bytes
- Skip test test_docstrings (gh#pyenchant/pyenchant#203)

OBS-URL: https://build.opensuse.org/request/show/808026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=17
2020-05-28 07:08:49 +00:00
84e20e6bad Fix metadata
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=29
2020-05-21 16:17:28 +00:00
e1caf0392b Add diagnostics.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=28
2020-05-21 16:11:05 +00:00
d7b4bd06d6 - Update to version 3.1.0:
- Add enchant.get_user_config_dir()
  - Fix: enchant.get_enchant_version() now returns a str,
    not some bytes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=27
2020-05-21 15:37:03 +00:00
Dominique Leuenberger
78c57de059 Accepting request 788926 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/788926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=16
2020-04-19 19:46:12 +00:00
Tomáš Chvátal
7551f45bcb Accepting request 786750 from home:mcalabkova:branches:devel:languages:python
- Update to version 3.0.1
  * Uncouple PyEnchant version from the Enchant version. This release 
    should be compatible with Enchant 1.6 to 2.2
  * Fix using PyEnchant with Enchant >= 2.0
  * Add support for pypy3, Python 3.7 and Python 3.8
  * New website, hosted on https://pyenchant.github.io/pyenchant/
  * Add enchant.set_prefix_dir()
  * Drop support for Python2
- Drop obsolete patch enchant2.patch

OBS-URL: https://build.opensuse.org/request/show/786750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=25
2020-03-20 09:15:49 +00:00
Dominique Leuenberger
3ad819495b Accepting request 717458 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/717458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=15
2019-07-30 11:03:42 +00:00
Tomáš Chvátal
461ccc4c4f Accepting request 717096 from home:alarrosa:branches:devel:languages:python
- Modified enchant2.patch so the enchant-2 library is used when both
  enchant 1 and enchant 2 are installed on the system (boo#1141993).

OBS-URL: https://build.opensuse.org/request/show/717096
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=23
2019-07-22 07:50:07 +00:00
Dominique Leuenberger
55b692dfee Accepting request 663620 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/663620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=14
2019-01-15 12:14:57 +00:00
Tomáš Chvátal
ffea347a31 Accepting request 663619 from home:alarrosa:branches:devel:languages:python:flask
- Use enchant 1 in SLE 15/Leap 15

OBS-URL: https://build.opensuse.org/request/show/663619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=21
2019-01-08 11:26:59 +00:00
Dominique Leuenberger
8bd772d917 Accepting request 631372 from devel:languages:python
- Update to 2.0.0:
  * Support for enchant2, py3 fixes
- Add patch to prefer enchant2 when both available:
  * enchant2.patch

OBS-URL: https://build.opensuse.org/request/show/631372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=13
2018-08-31 07:51:05 +00:00
Tomáš Chvátal
541fc45db3 - Update to 2.0.0:
* Support for enchant2, py3 fixes
- Add patch to prefer enchant2 when both available:
  * enchant2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=19
2018-08-24 13:05:32 +00:00
Dominique Leuenberger
f991ff8b6b Accepting request 519987 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/519987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=12
2017-09-07 20:08:35 +00:00
Todd R
c364066645 Accepting request 519986 from devel:languages:python:singlespec-staging
- update to version 1.6.11
  * No changelog
- singlespec auto-conversion
- update to  version 1.6.6:
  * compatibility with latest python releases
  * "wheels" replace "eggs" as the binary distribution format of
    choice
  * fix possible text corruption when using SpellChecker with a
    Chunker
- drop pyenchant-drop-bootstrap-distribute.patch: fixed upstream
- Add pyenchant-drop-bootstrap-distribute.patch: don't use the distribute
  bootstrapping code, just use setuptools.  Fixes build that was broken by the
  attempt to download distribute.
- Add full url to source
- Make python 3 package noarch like the python 2 package
- Fix rpmlint warnings
- Add python 3 package
- Clean up python 2 spec file
- license update: LGPL-2.1+
  No reason to believe that the package author restricted licensing to only
  version 2.1 of the LGPL. As such LGPL-2.1+ is the better choice
- Spec file cleanup:
  * Simplified macro usage
  * Removed outdated %clean section
  * Set SPDX-style license
  * No CFLAGS for noarch package
- Initial version 1.6.5
- Obsoletes package 'python-enchant'

OBS-URL: https://build.opensuse.org/request/show/519986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=17
2017-08-31 16:51:54 +00:00
Stephan Kulow
922335d5f0 Accepting request 307466 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/307466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=11
2015-05-16 17:01:39 +00:00
Denisart Benjamin
d665907dc8 Accepting request 306386 from home:benoit_monin:branches:devel:languages:python
- update to  version 1.6.6
- drop pyenchant-drop-bootstrap-distribute.patch: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/306386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=15
2015-05-16 12:52:07 +00:00
Stephan Kulow
a72c85910d Accepting request 199192 from devel:languages:python
Fix build broken by attempted download of distribute (forwarded request 199067 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/199192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=8
2013-09-16 14:34:37 +00:00
Sascha Peilicke
6bc8e3f506 Accepting request 199067 from home:poorboywilly:branches:devel:languages:python
Fix build broken by attempted download of distribute

OBS-URL: https://build.opensuse.org/request/show/199067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=13
2013-09-16 08:07:01 +00:00
Stephan Kulow
2d3cf50367 Accepting request 179954 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=7
2013-06-19 14:46:57 +00:00
Sascha Peilicke
abae00ad7f Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=11
2013-06-17 12:52:59 +00:00
Stephan Kulow
8020579cf8 Accepting request 142811 from devel:languages:python
Removed openSUSE 11.4 spec file workarounds (forwarded request 142804 from TheBlackCat) (forwarded request 142809 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=5
2012-11-28 13:34:06 +00:00
Todd R
5a7f217e5d Accepting request 142809 from devel:languages:python3
Removed openSUSE 11.4 spec file workarounds (forwarded request 142804 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=9
2012-11-25 11:21:43 +00:00
Stephan Kulow
e2c8c86fe1 Accepting request 121379 from devel:languages:python
- Add full url to source
- Make python 3 package noarch like the python 2 package
- Fix rpmlint warnings (forwarded request 121378 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/121379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=3
2012-05-21 05:30:32 +00:00
Todd R
05c363b6b8 Accepting request 121378 from home:TheBlackCat:branches:devel:languages:python
- Add full url to source
- Make python 3 package noarch like the python 2 package
- Fix rpmlint warnings

OBS-URL: https://build.opensuse.org/request/show/121378
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=7
2012-05-18 09:31:39 +00:00
Stephan Kulow
01d49fafc3 Accepting request 116081 from devel:languages:python
- Add python 3 package
- Clean up python 2 spec file (forwarded request 116080 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/116081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=2
2012-05-07 20:50:27 +00:00
Todd R
5e2538953b Accepting request 116080 from home:TheBlackCat:branches:devel:languages:python
- Add python 3 package
- Clean up python 2 spec file

OBS-URL: https://build.opensuse.org/request/show/116080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=5
2012-04-30 15:28:31 +00:00
Stephan Kulow
f1f355d50b Accepting request 107327 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/107327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=1
2012-03-01 16:26:57 +00:00
Sascha Peilicke
a62c6f8a3e Accepting request 107178 from home:babelworx:ldig:branches:devel:languages:python
license update: LGPL-2.1+
No reason to believe that the package author restricted licensing to only version 2.1 of the LGPL. As such LGPL-2.1+ is the better choice

OBS-URL: https://build.opensuse.org/request/show/107178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=3
2012-02-28 08:43:05 +00:00
Sascha Peilicke
4223490696 - Spec file cleanup:
* Simplified macro usage
  * Removed outdated %clean section
  * Set SPDX-style license
  * No CFLAGS for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=2
2012-02-20 13:35:59 +00:00
Sascha Peilicke
552c31b433 - Initial version 1.6.5
- Obsoletes package 'python-enchant'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=1
2011-04-15 13:47:52 +00:00