Commit Graph

19 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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