15
0
forked from pool/python-aioftp

Compare commits

12 Commits

Author SHA256 Message Date
e33cbd47bf Accepting request 1292315 from devel:languages:python
- update to 0.26.2:
  * fix type hinting
  * fix minor documentaion bugs
  * add type annotations

OBS-URL: https://build.opensuse.org/request/show/1292315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=14
2025-07-14 08:51:11 +00:00
b9c10a7072 - update to 0.26.2:
* fix type hinting
  * fix minor documentaion bugs
  * add type annotations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=28
2025-07-12 08:30:13 +00:00
6c68d3a731 Accepting request 1288510 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1288510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=13
2025-06-26 09:39:02 +00:00
96a6f97516 - Update to version 0.25.2
* adjust codebase for python 3.14 (#190)
  * client: resolve tls issues (fixes #186) (#187)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=26
2025-06-25 11:15:50 +00:00
cb9fdfa6d4 Accepting request 1282358 from devel:languages:python
Forwarded request #1282110 from glaubitz

- Update to 0.25.1
    * do not start explicit tls if implicit mode used (fixes #184) (#185)
  - from version 0.25.0
    * client: add partial client support for explicit tls (#183)
  - Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1282358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=12
2025-06-03 17:10:44 +00:00
f7da6bc4e8 - Update to 0.25.1
* do not start explicit tls if implicit mode used (fixes #184) (#185)
- from version 0.25.0
  * client: add partial client support for explicit tls (#183)
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=24
2025-06-03 13:58:48 +00:00
4f5a3e8b35 Accepting request 1239508 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=11
2025-01-22 15:39:06 +00:00
0654e18e77 - Update to 0.24.1
* server: use single line pasv response (fix #142)
- from versiom 0.24.0
  * remove documentation dependencies from pyproject.toml
    (moved to docs/requirements.txt)
  * include symlink destination in path info for unix legacy mode (#169)
  * update documentation links (#180)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=22
2025-01-22 12:11:15 +00:00
11718625cf Accepting request 1217413 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1217413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=10
2024-10-24 13:43:09 +00:00
4750b95fe5 - Update to 0.23.1
* Update ci
- from version 0.23.0
  * server: fix pathlib `relative_to` issue (#179)
  * minimal python version upgraded to 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=20
2024-10-23 20:09:10 +00:00
c604edcf11 Accepting request 1206130 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=9
2024-10-07 19:53:09 +00:00
419f091c36 - Update to 0.22.3
* minimal python version downgraded to 3.8
- from version 0.22.2
  * ci: separate build and publish jobs
- from version 0.22.1
  * docs: update/fix readthedocs configuration
  * ci: fix workflow file extension from `yaml` to `yml`
- from version 0.22.0
  * client.list: fix infinite symlink loop for `.` and `..` on FTP servers
    with UNIX-like filesystem for `client.list(path, recursive=True)`
  * project file structure: refactor to use `pyproject.toml`
  * minimal python version bumped to 3.11
  * ci: update publish/deploy job (#171)
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=18
2024-10-07 14:49:25 +00:00

Diff Content Not Available