Commit Graph

27 Commits

Author SHA256 Message Date
578122c712 - update to 0.2.13:
* Bugfix zero-width support for Hangul Jamo (Korean) #111

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=48
2024-01-06 13:10:01 +00:00
7a3e9aac97 - update to 0.2.12:
* Include tests files in the source distribution (PR #98, PR
  * **Bugfix** accounting of some kinds of emoji sequences using
    U+FE0F
  * Variation Selector 16 (PR #97).
  * **Bugfix** zero-width characters used in Emoji ZWJ sequences,
    Balinese, Jamo, Devanagari, Tamil, Kannada and others (PR #91).
  * Include requirements files in the source distibution (PR
    #83).
  * Update Unicode version to 15.1.0
  * Add testing support for Python 3.12
  * Update README
  * Update requirements
  * Enable GitHub Actions CI
  * Prepare release 0.2.7
  * Update tox envs in README
  * Include bin, docs, and tox.ini in the source distribution
  multibuild.
  * Enhancement: Unicode version may be selected by exporting the
    Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0.
  * Updated tables for all Unicode Specifications with files published
- Convert to multibuild to break a self-requires loop.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=46
2023-11-27 09:10:48 +00:00
0eb17d819e - use actual package name
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=43
2023-08-07 11:09:25 +00:00
ae34c78343 Accepting request 1081692 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=41
2023-04-21 13:28:30 +00:00
Steve Kowalik
cfe629c740 - Update to 0.2.6:
* Fix example for str.rjust(20, '_')
  * Add CodeQL workflow for GitHub code scanning
  * Switch to using importlib.metadata
  * Use a new jinja2 templating process to update library to latest unicode
- Drop patch remove-pkg_resources.patch.
- Remove Python 2 gubbins.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=39
2023-01-17 06:30:00 +00:00
1f5a0dc0fd Accepting request 1037583 from home:ojkastl_buildservice:Branch_devel_languages_python
add explicit Requires for python-importlib_metadata for Python < 3.8

OBS-URL: https://build.opensuse.org/request/show/1037583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=37
2022-11-23 13:30:01 +00:00
Steve Kowalik
0faec7d1b8 - Add patch remove-pkg_resources.patch:
* Use importlib.metadata rather than pkg_resources.
- Since importlib.metadata is not as a stickler as pkg_resources is, remove
  multibuild.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=35
2022-07-18 13:41:20 +00:00
608e598ab1 Accepting request 896864 from home:cgiboudeaux:branches:devel:languages:python
- Fix the %doc files. README.rst is a symlink pointing to
  docs/intro.rst.

OBS-URL: https://build.opensuse.org/request/show/896864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=33
2021-06-02 12:12:58 +00:00
Markéta Machová
713db1716c Accepting request 841289 from home:mcalabkova:branches:devel:languages:python:pytest
- Remove nonsense keyword (breaks pytest)

OBS-URL: https://build.opensuse.org/request/show/841289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=31
2020-10-12 14:14:31 +00:00
abd0af3970 - update to 0.2.5
* Do not depend on pkg_resources module for list_versions() function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=29
2020-07-17 07:48:33 +00:00
5363f1f245 - update to 0.2.4
* minor "bugfix" to avoid using pkg_resources module on import, 7918f58
  * may help xonsh xonsh/xonsh#3607

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=27
2020-06-14 09:02:03 +00:00
812b211b7a - update to 0.2.3
* add tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=25
2020-06-08 13:46:25 +00:00
Tomáš Chvátal
b11b600f06 - Add missing python2 dependency for Leap to work
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=24
2020-06-08 07:19:59 +00:00
Tomáš Chvátal
940c1a1058 Accepting request 810735 from home:mcalabkova:branches:devel:languages:python
- Update to version 0.2.2
  * Enhancement: Unicode version may be selected by exporting the 
    Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0. 
    See the jquast/ucs-detect CLI utility for automatic detection.
  * Enhancement: API Documentation is published to readthedocs.org.
  * Updated tables for all Unicode Specifications with files published 
    in a programmatically consumable format.

OBS-URL: https://build.opensuse.org/request/show/810735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=23
2020-06-02 08:08:09 +00:00
Steve Kowalik
a2929d0c6e Specify flavor from BUILD_FLAVOR
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=21
2020-05-06 09:58:14 +00:00
Steve Kowalik
aa41020dd6 Don't share Name between flavors, and don't install for test flavor
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=20
2020-05-06 09:37:05 +00:00
Steve Kowalik
870b788558 - Convert to multibuild to break a self-requires loop.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=19
2020-05-06 02:34:31 +00:00
Tomáš Chvátal
80d5e5974f Accepting request 788229 from home:pgajdos:python
- version update to 0.1.9
  * Performance optimization by @avylove , PR #35.
  * Updated tables to Unicode Specification 13.0.0.

OBS-URL: https://build.opensuse.org/request/show/788229
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=17
2020-03-25 15:11:54 +00:00
Tomáš Chvátal
b74e56463a Accepting request 770630 from home:mcalabkova:branches:devel:languages:python
- update to 0.1.8
  * Unicode v12 and proj. maintenence
  * remove static analysis
  * EastAsianWidth v9 -> v12
  * README and tox.ini

OBS-URL: https://build.opensuse.org/request/show/770630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=15
2020-02-06 15:00:55 +00:00
Tomáš Chvátal
2852b4aaa6 Accepting request 734446 from home:jayvdb:branches:devel:languages:python
Re-active test suite
Remove test suite from runtime package
Run fdupes

OBS-URL: https://build.opensuse.org/request/show/734446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=13
2019-10-02 11:58:19 +00:00
Tomáš Chvátal
ac20289831 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=11 2019-03-07 11:24:52 +00:00
Tomáš Chvátal
9172c624d4 - Fix test macro expansion
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=10
2019-03-07 11:18:38 +00:00
Tomáš Chvátal
1525dc36a9 - Drop devel dependency
- Install license file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=8
2018-09-06 10:10:42 +00:00
Todd R
8ebadf3d6a Accepting request 484885 from home:TheBlackCat:branches:devel:languages:python
Fix source URL.

OBS-URL: https://build.opensuse.org/request/show/484885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=6
2017-04-03 14:33:48 +00:00
Todd R
5220803d9d Accepting request 484364 from home:TheBlackCat:branches:devel:languages:python
Update to version 0.1.7

OBS-URL: https://build.opensuse.org/request/show/484364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=5
2017-04-01 21:39:52 +00:00
f4425a6cb1 - Include in SLE 12 (bsc##1002895, FATE#321630)
+ Version 0.1.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=2
2017-01-30 21:51:00 +00:00
Todd R
63f8d654e5 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=1
2015-08-14 09:02:36 +00:00