Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sqlite issue on windows #423

Closed
wants to merge 5 commits into from

Conversation

bachittle
Copy link

fixes #398

csparpa and others added 5 commits February 14, 2022 22:17
# New features
[380](csparpa#380) Implemented [National Weather Alerts](https://openweathermap.org/api/one-call-api#listsource) support
[376](csparpa#376) Now PyOWM uses SQLite instead of files to internally store city data. `CityIDRegistry` interface has changed but in a retrocompatible way


# Chores
[381](csparpa#381) Now it is possible to specify how many times to retry an API call


# Bugfixes
[379](csparpa#379) Experimental fix for `404` errors on Agromonitor API satellite image search 
[387](csparpa#387) Fixed lat/lon swap bug on Airpollution API
[389](csparpa#389) Fixed wrong city name in City ID database
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@36.0.1...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@csparpa
Copy link
Owner

csparpa commented Aug 28, 2023

@bachittle please can you re-issue the same pull request on the development branch? House rule is: no direct merges on the master branch
Thanks!

@bachittle bachittle changed the base branch from master to develop August 30, 2023 14:16
@bachittle bachittle closed this Aug 30, 2023
@bachittle bachittle deleted the fix-sqlite-windows branch August 30, 2023 14:23
@bachittle
Copy link
Author

changed it here: #424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Having problems with SQLite3 connection
3 participants