15
0

75 Commits

Author SHA256 Message Date
a03906055f Accepting request 1286878 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=34
2025-06-20 14:49:26 +00:00
447929ca05 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=73 2025-06-19 09:40:29 +00:00
51cb56ff71 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=72
2025-06-16 14:28:15 +00:00
78d7bfff58 Accepting request 1239863 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=33
2025-01-23 17:05:50 +00:00
a384e9539b Accepting request 1239800 from home:glaubitz:branches:devel:languages:python
- Update to 2.3.2
  * Update README.rst: Typo fix
  * Bump codecov/codecov-action from 4 to 5
  * support Python 3.13 and drop 3.8
  * Fix E721 type comparison pattern handling

OBS-URL: https://build.opensuse.org/request/show/1239800
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=70
2025-01-23 12:55:37 +00:00
5f5a2c3210 Accepting request 1225057 from devel:languages:python
- update to 2.3.1:
  * skip e501 fixed method for f-string line without aggressive
    option
  * Fix argument parser errors are printed without a trailing
    newline
- update to 2.3.0:
  * add handling for E204 whitespace after decorator
  * require to pycodestyle v2.12.0+
- update to 2.2.0:
  * experimental option is deprecated
  * fix specific case of e271 and w504
  * skip e501 fixed method for f-string line(s)
- update to 2.1.2:
  * Fix e501 experimental fstring case in Python3.12+
- update to 2.1.1:
  * force reload pycodestyle module
- update to 2.1.0:
  * migrate to pyproject.toml
  * run with pypy3.10
  * ISSUE_TEMPLATE: use "console" instead of non-existing "shell"
    syntax
  * add 3.12, drop 3.7
  * tox: add python3.12 to test environments
  * async def function formatting
  * pyproject: support py3.12 via new version of pycodestyle
  * add: unit test for e501 with async def
  * Update python versions
- drop python312-skip-tests.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1225057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=32
2024-11-19 21:23:18 +00:00
1d1f63f22b - update to 2.3.1:
* skip e501 fixed method for f-string line without aggressive
    option
  * Fix argument parser errors are printed without a trailing
    newline
- update to 2.3.0:
  * add handling for E204 whitespace after decorator
  * require to pycodestyle v2.12.0+
- update to 2.2.0:
  * experimental option is deprecated
  * fix specific case of e271 and w504
  * skip e501 fixed method for f-string line(s)
- update to 2.1.2:
  * Fix e501 experimental fstring case in Python3.12+
- update to 2.1.1:
  * force reload pycodestyle module
- update to 2.1.0:
  * migrate to pyproject.toml
  * run with pypy3.10
  * ISSUE_TEMPLATE: use "console" instead of non-existing "shell"
    syntax
  * add 3.12, drop 3.7
  * tox: add python3.12 to test environments
  * async def function formatting
  * pyproject: support py3.12 via new version of pycodestyle
  * add: unit test for e501 with async def
  * Update python versions
- drop python312-skip-tests.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=68
2024-11-19 10:44:37 +00:00
31b9657e3b Accepting request 1143967 from devel:languages:python
- add python312-skip-tests.patch to skip failing tests from py312

  * disallow 0 for indent-size option
- python3 package added

OBS-URL: https://build.opensuse.org/request/show/1143967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=31
2024-02-04 18:09:39 +00:00
fe5972ca30 - add python312-skip-tests.patch to skip failing tests from py312
* disallow 0 for indent-size option
- python3 package added

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=66
2024-02-04 09:42:21 +00:00
70f1ae643e Accepting request 1123683 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1123683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=30
2023-11-07 20:26:10 +00:00
10cb7ad611 Accepting request 1123677 from home:gcomes.obs
- add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1123677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=64
2023-11-06 21:27:22 +00:00
41c7463db9 Accepting request 1116242 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1116242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=29
2023-10-08 10:20:21 +00:00
df1e382ff5 Accepting request 1116234 from home:mschreiner:branches:devel:languages:python
- Update to 2.0.4:
  * Changes from 2.0.4:
    Paugier fix pycodestyle missing whitespace.
    Try to fix an AttributeError related to pycodestyle 2.11.0.
  * Changes from 2.0.3:
    Add pre-commit configurations.
    Version dependent operator whitespace function.
    Update MANIFEST.in.
- Remove pycodestyle211.patch, as it was merged upstream.

OBS-URL: https://build.opensuse.org/request/show/1116234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=62
2023-10-07 20:09:15 +00:00
6ee182b000 Accepting request 1105953 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1105953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=28
2023-08-28 15:13:59 +00:00
0ce5dc08ef Accepting request 1105893 from home:mcalabkova:branches:devel:languages:python
- Add pycodestyle211.patch to fix tests

OBS-URL: https://build.opensuse.org/request/show/1105893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=60
2023-08-25 18:46:57 +00:00
77dc78f0f8 Accepting request 1073058 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1073058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=27
2023-03-21 16:41:20 +00:00
7dd00bd40b - update to 2.0.2:
* Ignore DeprecationWarnings to fix tests on py3.11
  * fix: infinite loop in autopep8.fix_code without w50 ignore
    option
- drop ignore-deprecation.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=58
2023-03-13 08:52:19 +00:00
95e136cf6b Accepting request 1060884 from devel:languages:python
- Add ignore-deprecation.patch to make it compatible with python 3.11
  gh#hhatto/autopep8#665

OBS-URL: https://build.opensuse.org/request/show/1060884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=26
2023-01-25 16:44:25 +00:00
ab0dd6b626 - Add ignore-deprecation.patch to make it compatible with python 3.11
gh#hhatto/autopep8#665

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=56
2023-01-25 12:46:56 +00:00
71d67c8876 Accepting request 1060375 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1060375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=25
2023-01-23 17:32:38 +00:00
2f279ce88d Accepting request 1060184 from home:bnavigator:branches:devel:languages:python
- Update to 2.0.1
  * require pycodestyle 2.10.0 and higher version by @hhatto in
    #659
  * fix: e265, e266 by @hhatto in #663
- Release 2.0.0
  * Fix E265 and E266 confusion and overlap by @PeterJCLaw in #650
  * Use tomli in place of unmaintained toml package by @mgorny in
    #629
  * fix: special case of auto value with flake8 config by @hhatto
    in #653
- Release 1.7.0
  * Require pycodestyle 2.9.1 and higher version ( Thanks
    @heavenshell)
  * Drop support Python2.7

OBS-URL: https://build.opensuse.org/request/show/1060184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=54
2023-01-23 10:00:49 +00:00
448b3334cb Accepting request 929833 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/929833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=24
2021-11-10 20:46:10 +00:00
e454b0b01c Accepting request 929189 from home:susnux:branches:devel:languages:python
- Update to 1.6.0

Requires: https://build.opensuse.org/request/show/929188

OBS-URL: https://build.opensuse.org/request/show/929189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=53
2021-11-06 10:25:22 +00:00
e36d88d62f Accepting request 896274 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/896274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=23
2021-06-01 08:39:20 +00:00
15b5d4a7ee Accepting request 896271 from home:pgajdos:python
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/896271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=51
2021-05-31 06:44:03 +00:00
d521b9ca5a Accepting request 892298 from devel:languages:python
- update to 1.5.7:
  * python 3.9
  * disallow 0 for indent-size option 
  * exit code is 99 when error occured cli option parsing
  * exit code correctly on permission denied failure

OBS-URL: https://build.opensuse.org/request/show/892298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=22
2021-05-12 17:31:50 +00:00
ea6eae122f - update to 1.5.7:
* python 3.9
  * disallow 0 for indent-size option 
  * exit code is 99 when error occured cli option parsing
  * exit code correctly on permission denied failure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=49
2021-05-11 21:17:46 +00:00
Richard Brown
346dd886c0 Accepting request 883214 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/883214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=21
2021-04-10 13:27:04 +00:00
7a9d337c94 Accepting request 882940 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/882940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=47
2021-04-06 09:07:41 +00:00
d7842a9e64 Accepting request 826935 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/826935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=20
2020-08-18 13:08:19 +00:00
265fa6c81b Accepting request 826864 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/826864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=45
2020-08-16 02:11:45 +00:00
472bbc45ef Accepting request 812802 from devel:languages:python
- update to 1.5.3:
  * requirement pycodestyle version 2.6.0+ ( #548 )
  * Expected pyproject.toml configuration syntax incompatible with TOML format ( #528 , #546 )
  * Fix incompatible exit code with --jobs=0 and --exit-code ( #543 , #545 )
  * Fix hangup E122 fixed method with backslash ( #540 , #541 )

OBS-URL: https://build.opensuse.org/request/show/812802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=19
2020-06-09 22:49:05 +00:00
b1e8d7e74c - update to 1.5.3:
* requirement pycodestyle version 2.6.0+ ( #548 )
  * Expected pyproject.toml configuration syntax incompatible with TOML format ( #528 , #546 )
  * Fix incompatible exit code with --jobs=0 and --exit-code ( #543 , #545 )
  * Fix hangup E122 fixed method with backslash ( #540 , #541 )

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=43
2020-06-09 07:41:19 +00:00
dd0fd9b07b Accepting request 797253 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/797253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=18
2020-04-25 18:34:10 +00:00
Tomáš Chvátal
473b7ca6b6 Accepting request 797222 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/797222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=41
2020-04-24 17:31:49 +00:00
391b772416 Accepting request 766347 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/766347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=17
2020-01-22 21:46:33 +00:00
Tomáš Chvátal
41de0d3136 Accepting request 766346 from home:mcalabkova:branches:devel:languages:python
- update to 1.5
  * Support Python3.8
  * Support pyproject.toml with [tool.autopep8] section.
  * fix few bugs

OBS-URL: https://build.opensuse.org/request/show/766346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=39
2020-01-22 15:07:57 +00:00
86e0786c6a Accepting request 697026 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/697026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=16
2019-04-23 12:39:06 +00:00
Tomáš Chvátal
197073775a Accepting request 696507 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/696507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=37
2019-04-23 09:16:57 +00:00
2e00bd3762 Accepting request 651333 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/651333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=15
2018-11-26 09:29:42 +00:00
Tomáš Chvátal
69a773e702 Accepting request 651234 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/651234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=35
2018-11-23 08:28:06 +00:00
cbd797e602 Accepting request 645474 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/645474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=14
2018-10-31 12:16:27 +00:00
Tomáš Chvátal
486ba4db82 Accepting request 645389 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/645389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=33
2018-10-30 08:35:44 +00:00
652f7415fc Accepting request 642684 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/642684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=13
2018-10-18 13:37:27 +00:00
25498f3dbe Accepting request 642681 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/642681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=31
2018-10-17 16:16:05 +00:00
85c57b4504 Accepting request 632808 from devel:languages:python
- Install license
- Delete old archive

- update to version 1.4:
  * py37
  * W690 add DEFAULT_IGNORE. (because Python3 is mainstream now)
  * strict pep8
  * update readme
  * fix E702 is not running in case of README.rst example
  * add unit test for e128 with -aaa option
  * fix exception in fix_w503, when do not pointing out W503
  * fix E305, when E303 and E305 are detected on the subsequent line
  * env: PEP8_VERSION=pypi,github
  * Travis CI: Add Python 3.7 to the testing
  * update acid test output data
  * seperate to e113 and e116 fixed method
  * Update links to PyPI in README.rst
  * add W605 fixed method
  * add unit test for w605 fixed method
  * Make test_e225_with_indentation_fix() actually use the fixer for
    E225
  * Add fixer for E252 "Missing whitespace around parameter equals"
  * ix: case that W503 in a continuous 5 or more lines
  * add test case for W503 in a continuous 5 or more lines
  * fix e731 with case of default argument
  * add test for e731 with default arguments
  * fix broken coverage script
  * Handle ValueError from check_syntax

OBS-URL: https://build.opensuse.org/request/show/632808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=12
2018-09-04 20:56:18 +00:00
Tomáš Chvátal
682761977f - Install license
- Delete old archive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=29
2018-09-03 09:04:03 +00:00
Tomáš Chvátal
e07fb2c076 Accepting request 632655 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/632655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=28
2018-09-03 09:01:56 +00:00
2029f7e905 Accepting request 592968 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/592968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=11
2018-04-02 20:49:28 +00:00
Tomáš Chvátal
007cbf0258 Accepting request 592912 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/592912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=26
2018-04-02 06:23:57 +00:00