Commit Graph

5795 Commits

Author SHA1 Message Date
samschott
ab25be91b9
fix comment typo 2024-03-27 00:29:34 +01:00
samschott
a06ee9a21f
don't create files during macOS cased path resolution 2024-03-27 00:29:34 +01:00
samschott
5d79a462b2
add token to codecov GH action 2024-03-27 00:29:26 +01:00
samschott
0857e8d727
black 2024-03-26 23:50:27 +01:00
samschott
14e532bd31
tweak changelog 2024-03-26 00:17:34 +01:00
samschott
79e0e5a49d
Bump version: 1.9.2.dev0 → 1.9.2 2024-03-25 23:53:21 +01:00
samschott
ba441968f4
Bump version: 1.9.2.dev0 → 1.9.2 2024-03-25 23:53:21 +01:00
samschott
18d66642d1
update changelog 2024-03-25 23:53:21 +01:00
Sam Schott
abc4f0bf34 only preserve user namespace attributes on Linux 2024-03-25 23:52:47 +01:00
Sam Schott
ff6d1cb591 update Xattr test for Linux 2024-03-25 23:40:57 +01:00
Sam Schott
cef8bbe453 update changelog 2024-03-24 23:09:20 +01:00
samschott
2aba886dbb
Merge pull request #1027 from samschott/preserve-file-metadata
Preserve file metadata
2024-03-24 22:06:27 +00:00
Sam Schott
e009ab6ed1 move tests to py 3.12 2024-03-24 22:15:38 +01:00
Sam Schott
f04f282c88 Bump version: 1.9.1 → 1.9.2.dev0 2024-03-24 22:00:47 +01:00
Sam Schott
1a9a87f73e Bump version: 1.9.1 → 1.9.2.dev0 2024-03-24 22:00:47 +01:00
Sam Schott
00099fefb1 update tests 2024-03-24 21:18:44 +01:00
Sam Schott
6c018df537 preserve local xattrs and permissions on sync 2024-03-24 21:18:44 +01:00
samschott
9502ef0bfd
Merge pull request #1026 from samschott/forgiving-follow-symlinks
be more forgiving if follow_symlinks=False is not supported
2024-03-24 17:35:30 +00:00
Sam Schott
cda066f1c0 adapt tests 2024-03-24 16:55:00 +01:00
Sam Schott
55e13df505 specify preserve_dest_permissions behaviour...
...if follow_symlinks is not supported
2024-03-24 16:55:00 +01:00
Sam Schott
6864d1db43 be more forgiving if follow_symlinks=False is not supported
lstat calls fall back to stat if follow_symlinks=False is not supported
2024-03-24 16:55:00 +01:00
Sam Schott
553e33d77e add type ignore comment to importlib_metadata typing 2024-03-24 16:54:51 +01:00
Sam Schott
3f953019b4 fix some type hinting 2024-03-24 16:38:33 +01:00
Sam Schott
b098b66fe6 add py312 to black target versions 2024-03-24 16:38:25 +01:00
Sam Schott
1a3f50e82a consistently use importlib_metadata 2024-03-24 15:38:57 +01:00
samschott
fb64f43d70
Bump version: 1.9.1.dev0 → 1.9.1 2024-03-22 21:29:16 +01:00
samschott
7dcd201397
Bump version: 1.9.1.dev0 → 1.9.1 2024-03-22 21:29:16 +01:00
samschott
f66bb23fcc
Bump version: 1.9.0 → 1.9.1.dev0 2024-03-22 21:28:17 +01:00
samschott
c8a5aca620
Bump version: 1.9.0 → 1.9.1.dev0 2024-03-22 21:28:17 +01:00
samschott
b368b0d2b9
update changelog 2024-03-22 21:27:52 +01:00
samschott
6a2474fffc
update changelog 2024-03-22 20:50:16 +01:00
samschott
623b6382ad
Bump version: 1.9.0.dev0 → 1.9.0 2024-03-22 20:31:37 +01:00
samschott
5549b92815
Bump version: 1.9.0.dev0 → 1.9.0 2024-03-22 20:31:37 +01:00
Sam Schott
677f08867b bump current version in changelog 2024-03-20 21:52:35 +01:00
Sam Schott
1983f12408 Bump version: 1.8.1.dev1 → 1.9.0.dev0 2024-03-20 21:51:42 +01:00
Sam Schott
6d7b73a464 Bump version: 1.8.1.dev1 → 1.9.0.dev0 2024-03-20 21:51:42 +01:00
Sam Schott
91c785dec1 move to PyPI trusted publishing 2024-03-16 00:03:41 +01:00
Sam Schott
c32968a4d4 twine pass dist location 2024-03-15 23:43:51 +01:00
Sam Schott
c1850b3c5e Bump version: 1.8.1.dev0 → 1.8.1.dev1 2024-03-15 23:37:42 +01:00
Sam Schott
8fa080c5ba Bump version: 1.8.1.dev0 → 1.8.1.dev1 2024-03-15 23:37:42 +01:00
samschott
e3acffec42
Merge pull request #1025 from samschott/fix-mtime-syncing
Fix mtime syncing
2024-03-15 23:36:35 +01:00
samschott
0a63d9e1bc
add a test to prevent regressions 2024-03-15 22:25:34 +01:00
samschott
1f436d4e41
Apply remote mtime after closing the file
This prevents the file close operation from changing the set mtime.
2024-03-15 22:11:31 +01:00
samschott
627cdc7bff
Merge pull request #1018 from samschott/dependabot/pip/furo-2024.1.29
Bump furo from 2023.9.10 to 2024.1.29
2024-02-12 23:03:42 +01:00
samschott
9c1b0506a0
Merge pull request #1019 from samschott/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2024-02-12 23:03:22 +01:00
dependabot[bot]
98b9d5d36a
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 22:02:34 +00:00
dependabot[bot]
1554c259b8
Bump furo from 2023.9.10 to 2024.1.29
Bumps [furo](https://github.com/pradyunsg/furo) from 2023.9.10 to 2024.1.29.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2023.09.10...2024.01.29)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 22:02:07 +00:00
samschott
9cf13f7012
remove unused typ:ignore comment
This has become unused with the latest watchdog release.
2024-02-12 23:01:09 +01:00
samschott
14946c2892
Ignore flake8 E704
Its not compatible with black code formatting.
2024-02-12 22:54:38 +01:00
samschott
e0948215c6
Merge pull request #1017 from samschott/dependabot/github_actions/peter-evans/dockerhub-description-4
Bump peter-evans/dockerhub-description from 3 to 4
2024-02-12 22:40:03 +01:00