Tom Keffer
6e052d1dd0
Modified deep_copy() so it does not have to turn interpolation off.
...
Really fixes issue #579 .
2020-06-29 15:20:03 -07:00
Tom Keffer
a3dca5aa6c
Fixed problem where threads attempt to access non-existent database.
...
Fixes issue #579 .
2020-06-29 08:15:56 -07:00
Tom Keffer
7943679a0b
Merge branch 'master' into development
2020-06-27 14:54:41 -07:00
gjr80
8d7a5abd03
Fix yaxis plot scaling ( #567 )
...
* Fix corner case where scale() returned unusable results when fmn==fmx and a non-None minscale is specified
* python3ise doctests
* doctest typo
* Added one more doctest
* Added tests for modified scale()
* Update change history
2020-06-27 14:52:22 -07:00
Tom Keffer
3f3af2238a
Fixed problem that caused reporting units to revert to US if they were in a
...
mixed unit system. Fixes issue #576 .
2020-06-26 18:09:05 -07:00
Tom Keffer
c2dc81d919
Changed reference to non-existent function
2020-06-25 05:07:07 -07:00
Tom Keffer
effdfa5a06
Fixed problem that could cause the station registry to fail if given a location
...
with a non-ASCII location name.
2020-06-22 05:37:10 -07:00
Tom Keffer
4beed401cd
Note PR #575 in change log (fixes TE923 bucket size).
2020-06-20 10:21:12 -07:00
Tom Keffer
c2c30dd206
Merge branch 'te923rain' of https://github.com/twitham1/weewx into twitham1-te923rain
2020-06-20 10:15:55 -07:00
Tom Keffer
dbcd1d1da2
Undocumented option retry_certificate has been renamed to retry_ssl, and now
...
covers all SSL errors (not just certificate errors). Fixes issue #569 .
2020-06-20 08:24:49 -07:00
Timothy D Witham
41ba1a0562
Fix issue #574 with 1/36 inch rain counter.
2020-06-16 01:02:38 -05:00
Tom Keffer
90f48ffe0e
Have StationRegistry use standard way of fetching its config stanza.
2020-06-07 05:22:40 -07:00
Tom Keffer
b6d2424482
Fixed problem caused by specifying a [Logging]/[[formatters]] section in
...
weewx.conf that uses interpolated variables.
2020-06-02 15:03:28 -07:00
Matthew Wall
744bd22fec
drop the publish instead of just switch.
v4.1.1
2020-06-01 20:46:15 -04:00
Tom Keffer
b84f66106b
V4.1.1
2020-06-01 15:18:23 -07:00
mwall
2d9a48a54a
no need for -o option to createrepo
2020-06-01 16:32:35 -04:00
Matthew Wall
d05f55bd37
forgot the start/stop lines for suse instructions
2020-06-01 16:25:01 -04:00
Matthew Wall
ddf348b7aa
systemd for suse
2020-06-01 16:23:49 -04:00
mwall
7755404586
introducing the shiny new suse repository
2020-06-01 16:19:53 -04:00
mwall
fd2277d4e9
fix rpm changelog rule
2020-06-01 12:24:30 -04:00
Tom Keffer
3bdc0ad067
Merge remote-tracking branch 'origin/master'
2020-06-01 05:22:32 -07:00
Tom Keffer
4155d1d686
Fixed problem that caused wind speed to be reported to AWEKAS in m/s instead
...
of km/h.
2020-06-01 05:22:06 -07:00
mwall
c3b99cf907
separate changeslogs for redhat and suse
2020-06-01 08:17:07 -04:00
mwall
9d71283dc8
clean up OSREL and RPMOS handling
2020-06-01 07:08:37 -04:00
mwall
bb938dedb8
fix a suse spec typo. use systemd on suse systems
2020-06-01 06:52:18 -04:00
mwall
afcbc3e302
update makefile and dev notes with suse instructions
2020-05-31 22:51:15 -04:00
mwall
2e39d6e528
support both sl12 and sl15
2020-05-31 22:44:54 -04:00
mwall
eee1e2c393
the line '%_signature gpg' in .rpmmacros causes problems in centos8 for rpm --addsign, so punt that
2020-05-31 09:44:16 -04:00
mwall
b5f0a1fb59
update dev note howtos
2020-05-31 09:27:42 -04:00
mwall
a36861f910
deal with latest redhat rpm build quirks
2020-05-31 09:27:23 -04:00
mwall
b64e16a199
added AutoReqProv
2020-05-30 20:59:14 -04:00
mwall
953ef9968d
update package changelogs
2020-05-30 19:11:01 -04:00
Matthew Wall
689ee0f9cd
mixed up the merges
2020-05-30 19:05:57 -04:00
Matthew Wall
ed277cf5f0
a python is requires to build the rpm package, but we do not specify it in the rpm spec file - we do not want to constrain it to python3 or python2, since that limits the build options
2020-05-30 19:04:16 -04:00
mwall
7c57194594
use correct shebang for wee_import. fixes issue #564
2020-05-30 18:56:19 -04:00
mwall
f856860cf1
no need for configobj in build deps now
2020-05-30 18:52:26 -04:00
Tom Keffer
06dc466206
Bump version to v4.1.1
2020-05-30 14:55:14 -07:00
Tom Keffer
b8c9c388af
Corrected make targets.
2020-05-30 14:54:09 -07:00
Tom Keffer
3e20fb8a4d
If necessary, use pip3 instead of apt install to install Cheetah.
2020-05-30 14:51:33 -07:00
Tom Keffer
ee7596a873
Debug messages only when debug>=2.
...
Late binding of log parameters.
Converted some member functions into simple functions.
2020-05-30 13:57:19 -07:00
Tom Keffer
1c4ceee141
Removed misleading 'quit' message.
2020-05-29 17:19:57 -07:00
Tom Keffer
1c8fac4641
fixed problem when using the ultimeter and ws1 drivers under Python 2
2020-05-29 17:19:41 -07:00
Tom Keffer
24ebb92661
Fixed problem that caused monthly and yearly summaries to appear
...
only sporadically.
2020-05-29 17:18:03 -07:00
Tom Keffer
d60efc1cb4
Revert "Avoid using copy.deepcopy()."
...
This reverts commit d077a8bddc .
2020-05-29 17:10:59 -07:00
Tom Keffer
68747ac2d5
fixed problem when using the ultimeter and ws1 drivers under Python 2
2020-05-28 18:55:58 -07:00
Tom Keffer
677a8e63f7
Fixed typos. Should be weewx.manager.DaySummaryManager.
2020-05-28 14:19:52 -07:00
Tom Keffer
6e843023a4
Fixed typos. Should be weewx.manager.DaySummaryManager.
2020-05-28 06:34:59 -07:00
Matthew Wall
97d63b7217
use yum not rpm now for redhat installation
2020-05-28 08:24:29 -04:00
Tom Keffer
f5f9a90139
New strategy for calculating system uptime. Revisits issue #428 .
...
Works for Python 3. Old strategy for Python 2.
2020-05-28 04:48:28 -07:00
Tom Keffer
7ac6eaf0ef
Clarifed error message after failed FTP upload.
2020-05-27 07:19:30 -07:00