Commit Graph

98 Commits

Author SHA1 Message Date
Greg Troxel
a322a62696 pyproject.toml: Clarify exclusion of top-level files in wheel
Mark README.md and LICENSE.txt as for sdist only, so that they are not
included in a wheel.  This follows the poetry documentation's guidance
not to include such files:

  https://python-poetry.org/docs/pyproject/#exclude-and-include

specifically

  "When a wheel is installed, its includes are unpacked straight into
  the site-packages directory.  Pay attention to include top level
  files and directories with common names like CHANGELOG.md, LICENSE,
  tests or docs only in sdists and not in wheels."

Resolves installation of these files in wheels and thus in
$prefix/lib/python3.xy/site-packages with poetry-core 1.9.1.  (With
poetry-core 2, the default for include is sdist, so this change has no
effect.)

It seems fine to not include them in wheels, as wheels are essentially
binaries (even if they have foo.py).  But, adding them (someplace) is
separable, as this commit's purpose is to align behavior with older
poetry-core to that of current poetry-core.
2025-02-07 20:45:21 -05:00
Tom Keffer
1566a768af Allow simple Python objects to be used as argument to jsonize() 2024-11-18 07:11:11 -08:00
Tom Keffer
145bd92384 Fix bug that prevented relative paths to config file from working 2024-09-01 16:13:12 -07:00
Tom Keffer
976e92ae07 Fix typo that causes phantom values of soilMoist3 with VantageVue 2024-08-31 05:29:43 -07:00
Tom Keffer
c8b8918508 Add missing links. 2024-07-04 15:51:22 -07:00
matthew wall
a2ab4753b6 bump to 5.1.0 2024-07-04 13:38:06 -04:00
Matthew Wall
85e5ac832d Merge branch 'development' into mwall_pkg 2024-05-23 23:18:03 -04:00
Tom Keffer
f7c703e73c Merge branch 'master' into development
# Conflicts:
#	.github/workflows/stale.yaml
#	src/weewxd.py
2024-05-06 10:52:36 -07:00
Tom Keffer
4a1d2f63d6 Consolidate change logs.
Add links to issues and PRs
2024-05-04 09:02:27 -07:00
Tom Keffer
bbaf514fe8 Allow option 'lang' to specify a locale as well as a language 2024-05-02 12:02:45 -07:00
Tom Keffer
a8b17ea3e4 Reference PR #935. 2024-04-09 16:58:57 -07:00
Matthew Wall
ad9b745e45 set permissions on weewx conf file(s) to 660 in order to protect passwords/tokens 2024-04-07 21:04:31 -04:00
Tom Keffer
a3f94cf0a8 Allow extra command line options to be passed on to rsync.
Fixes issue #951.
2024-04-03 17:57:13 -07:00
Tom Keffer
7aae090684 Document #949 fix. 2024-04-03 05:21:16 -07:00
Tom Keffer
84782eae5b Merge branch 'master' into development 2024-04-01 18:23:57 -07:00
Matthew Wall
69336c795a use lower-case for product and vendor ids in udev rules 2024-04-01 20:20:18 -04:00
Matthew Wall
21da3f6005 better fix for the missing Defaults fail 2024-03-15 08:46:14 -04:00
Tom Keffer
bb390ea581 Reinstate.
Not used in WeeWX, but it is used by a few extensions.
2024-02-28 15:31:52 -08:00
Tom Keffer
8b43d59de9 Merge branch 'master' into development 2024-02-17 16:36:41 -08:00
gary
570f468f5c update changelog 2024-02-18 10:02:44 +10:00
Tom Keffer
a0d0be1927 Include PR #934 in change log 2024-02-17 15:33:18 -08:00
Tom Keffer
b8e2dc4240 Document PR #930.
PR #930 allows `weectl import` to update old records in addition
to importing new records
2024-02-15 16:04:27 -08:00
Tom Keffer
6db9749938 Merge branch 'master' into development
# Conflicts:
#	docs_src/changes.md
2024-02-11 11:55:36 -08:00
Tom Keffer
1846e03d64 Update change log. 2024-02-11 11:18:12 -08:00
Tom Keffer
ebf6ae18be Merge branch 'master' into bellrichm-CannotCalculateFinal 2024-02-11 08:47:16 -08:00
Tom Keffer
ac9935dd1d Document PR #929. Add a regression test. 2024-02-10 05:35:07 -08:00
Matthew Wall
14cbfbade9 bump to 5.0.2 and update changelogs 2024-02-10 02:03:49 -05:00
Tom Keffer
724ba77709 Merge branch 'master' into development
# Conflicts:
#	docs_src/changes.md
#	docs_src/upgrade.md
2024-02-08 15:00:47 -08:00
Tom Keffer
6eb73a6608 Add target network-online.target to the weewx systemd unit files
Prevents `weewxd` from starting until the network is ready.
2024-02-07 12:54:49 -08:00
Tom Keffer
9b0cd30c5f Merge branch 'master' into development
# Conflicts:
#	docs_src/changes.md
2024-02-05 08:39:29 -08:00
matthew wall
8c76a24c55 fix release date 2024-02-04 20:40:27 -05:00
Tom Keffer
d17ed852f9 Merge branch 'master' into development 2024-02-02 15:46:12 -08:00
Tom Keffer
218085303e Fix problem that prevented debug statements from being logged 2024-02-01 11:27:17 -08:00
Tom Keffer
eb177de541 Merge branch 'master' into development 2024-01-26 16:35:12 -08:00
Tom Keffer
d1ac83bc59 Fix problem with rebuilding daily summaries with dropped columns
If a column was dropped from a database using
weectl database drop-columns, then its daily summaries rebuilt, user
would get a "table already exists error."
2024-01-26 15:47:21 -08:00
Matthew Wall
4005e1e9f6 use /var/lib/weewx as HOME for weewx on redhat/suse 2024-01-24 21:06:21 -05:00
Tom Keffer
379d99bdb7 Log the addition of zh_CN.conf in change file 2024-01-24 05:30:18 -08:00
Tom Keffer
64ed8827fe Merge branch 'master' into development
# Conflicts:
#	src/weewx_data/skins/Seasons/lang/zh.conf
2024-01-24 05:27:49 -08:00
Tom Keffer
9b2e2dbdc6 Revert "Change Chinese language translation from Traditional to Simplified"
This reverts commit 5b7df7b72a.
2024-01-24 05:21:00 -08:00
Tom Keffer
34b62709d8 Allow option "lang" to include a country code
language file zh.conf is Traditional Chinese,
while zh_CN.conf is Simplified Chinese
2024-01-22 06:03:45 -08:00
Tom Keffer
9a9d045216 Correct docs and attribution for cn->zh change 2024-01-21 12:46:20 -08:00
Tom Keffer
5b7df7b72a Change Chinese language translation from Traditional to Simplified 2024-01-20 15:15:04 -08:00
Tom Keffer
e54801e2c0 Chinese language code changed to zh. Fixes issue #912. 2024-01-20 15:12:22 -08:00
Tom Keffer
8202ecf167 Allow the --config option to use of the tilde (~) prefix 2024-01-19 17:29:24 -08:00
Tom Keffer
e6bf5c936b Include PR #919 in change log 2024-01-19 14:08:49 -08:00
Tom Keffer
5374035861 Fix problem with weectl device when using installed drivers
Fixes issue #918
2024-01-17 14:47:11 -08:00
Tom Keffer
aa153b8f99 Document fix for installing w/v4 config files
Documents commit b6e027d6
2024-01-17 14:44:46 -08:00
Tom Keffer
e5724ba58a Include backwards compatible reference to weewx.UnknownType in log
Documents commit 0573e373
2024-01-17 14:42:02 -08:00
matthew wall
f4f09e20ce bump to 5.0.0 2024-01-14 11:39:43 -05:00
Tom Keffer
1555627b8b Add some overlooked changes to the log. 2024-01-10 07:37:35 -08:00