14
0

23 Commits

Author SHA256 Message Date
d600200727 Accepting request 1135624 from devel:languages:python
- update to 1.7.0:
  * Add boolean formatting option

- Update to 1.6.5
  * Fix alignment bug when deco is modified
  * Improve int conversion
  * Added texttable.pyi
  * Create a method for redefining the max_width
  * Update README.md
- fix license to LGPL-3.0+ as in LICENSE file

OBS-URL: https://build.opensuse.org/request/show/1135624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=10
2024-01-03 11:24:13 +00:00
3ff2d3cedb - update to 1.7.0:
* Add boolean formatting option
- Update to 1.6.5
  * Fix alignment bug when deco is modified
  * Improve int conversion
  * Added texttable.pyi
  * Create a method for redefining the max_width
  * Update README.md
- fix license to LGPL-3.0+ as in LICENSE file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=21
2023-12-29 09:59:43 +00:00
0852600a19 Accepting request 1095656 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1095656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=9
2023-06-27 21:18:00 +00:00
b4e69659c0 Accepting request 1095604 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1095604
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=19
2023-06-27 15:36:55 +00:00
8560aa81fd Accepting request 1040779 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1040779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=8
2022-12-07 16:35:08 +00:00
e6bf83763a Accepting request 1040766 from home:yarunachalam:branches:devel:languages:python
- Update to 1.6.7
  * Get rid of stub file in wheel package (#84)
- Update to 1.6.6
  * Fix regression introduced in 1.6.5 release (#83)
- Update to 1.6.5 
  * Modify setup.py to include missing stub file in wheel package (#82)

OBS-URL: https://build.opensuse.org/request/show/1040766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=17
2022-12-06 18:00:42 +00:00
fe1dca714c Accepting request 954399 from devel:languages:python
- update to 1.6.4:
  * Fix alignment bug when deco is modified

OBS-URL: https://build.opensuse.org/request/show/954399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=7
2022-02-14 23:10:57 +00:00
8296569275 - update to 1.6.4:
* Fix alignment bug when deco is modified

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=16
2022-02-14 22:05:55 +00:00
559d7c19e4 Accepting request 857117 from devel:languages:python
- update to 1.6.3:
  * Improve int conversion

OBS-URL: https://build.opensuse.org/request/show/857117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=6
2020-12-21 09:24:10 +00:00
85cc579b31 - update to 1.6.3:
* Improve int conversion

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=14
2020-12-20 09:45:19 +00:00
e167101eb6 Accepting request 717574 from devel:languages:python
- Update to 1.6.2:
  * Fix auto-formatting NaN

OBS-URL: https://build.opensuse.org/request/show/717574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=5
2019-07-22 15:19:47 +00:00
Tomáš Chvátal
11f2ddc052 - Update to 1.6.2:
* Fix auto-formatting NaN

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=12
2019-07-22 12:42:04 +00:00
eb14412b1d Accepting request 676533 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/676533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=4
2019-02-19 10:57:58 +00:00
Tomáš Chvátal
69ab350c49 Accepting request 676531 from home:jayvdb:pyexcel
- Update to 1.6.1
  * Packaging fixes only

OBS-URL: https://build.opensuse.org/request/show/676531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=10
2019-02-15 12:53:01 +00:00
Tomáš Chvátal
4acbb44c14 Accepting request 676515 from home:jayvdb:pyexcel
- Update to 1.6.0
  * Added texttable.pyi 
  * Added missing set_header_align method stub
  * Allow chaining of method calls
  * Replace distutils with setuptools
  * Create a method for redefining the max_width 
  * Switch to MIT License
  * Use wcwidth if available for better rendering (basic emoji support)
  * Update README.md

OBS-URL: https://build.opensuse.org/request/show/676515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=9
2019-02-15 12:05:53 +00:00
39ce0c9ae0 Accepting request 624253 from devel:languages:python
- Version update to 1.4.0:
  * Add set_header_align() method (#45)
  * Fix missing textwrapper command when cjkwrap is not used (#43)
  * Remove redundant code for unsupported/EOL Python (#31)
  * Use test_cjkwrap only when cjkwrap is available (#35)
  * Use cjkwrap for better CJK text support (#34)
- Enable tests

OBS-URL: https://build.opensuse.org/request/show/624253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=3
2018-07-21 08:25:36 +00:00
Tomáš Chvátal
15934b809b - Version update to 1.4.0:
* Add set_header_align() method (#45)
  * Fix missing textwrapper command when cjkwrap is not used (#43)
  * Remove redundant code for unsupported/EOL Python (#31)
  * Use test_cjkwrap only when cjkwrap is available (#35)
  * Use cjkwrap for better CJK text support (#34)
- Enable tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=7
2018-07-20 11:39:53 +00:00
733eae6d34 Accepting request 555176 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/555176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=2
2017-12-08 12:02:38 +00:00
6fb7c641cb Accepting request 555028 from home:sebix:branches:devel:languages:python
- update to 1.1.1, no upstream changelog available

OBS-URL: https://build.opensuse.org/request/show/555028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=5
2017-12-08 08:46:10 +00:00
Stephan Kulow
27e1a4a898 Accepting request 325050 from devel:languages:python
needed for docker-compose

https://build.opensuse.org/request/show/318310

OBS-URL: https://build.opensuse.org/request/show/325050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=1
2015-08-26 08:01:06 +00:00
Todd R
a0054b61d6 Accepting request 323938 from Virtualization:containers
- fix license to LGPL-3.0+ as in LICENSE file

OBS-URL: https://build.opensuse.org/request/show/323938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=3
2015-08-21 09:39:32 +00:00
Michal Čihař
2c68473f2e Accepting request 298186 from Virtualization:containers
- Updated to version 0.8.3

OBS-URL: https://build.opensuse.org/request/show/298186
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=2
2015-04-20 13:38:09 +00:00
Denisart Benjamin
3ed55a9da5 Accepting request 251832 from home:flavio_castelli:fig
This package is required to run the python-fig tool

OBS-URL: https://build.opensuse.org/request/show/251832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=1
2014-10-05 14:17:02 +00:00