invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Bump TimeZones to 0.10.3 #139

Closed colinxs closed 4 years ago

colinxs commented 4 years ago

TimeZones < 0.10.3 is broken on Julia 1.3: https://github.com/JuliaTime/TimeZones.jl/issues/238.

Consider bumping compat?

rofinn commented 4 years ago

Why would it be necessary for Memento to do that? AFAICT, nothing about the TimeZones API has changed to warrant that restriction. We aren't upperbounding it TimeZones in any way, so a simple pkg> up should suffice.

(Memento) pkg> up
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `git@github.com:JuliaRegistries/General.git`
  Updating registry at `~/.julia/registries/Invenia`
  Updating git-repo `git@gitlab.invenia.ca:invenia/PackageRegistry.git`
 Resolving package versions...
  Updating `~/repos/invenia/Memento.jl/Project.toml`
  [f269a46b] ↑ TimeZones v0.10.0 ⇒ v0.10.5
  Updating `~/repos/invenia/Memento.jl/Manifest.toml`
  [b99e7846] ↑ BinaryProvider v0.5.6 ⇒ v0.5.8
  [8f5d6c58] ↑ EzXML v0.9.4 ⇒ v1.0.0
  [69de0a69] ↑ Parsers v0.3.7 ⇒ v0.3.10
  [f269a46b] ↑ TimeZones v0.10.0 ⇒ v0.10.5

Feel free to re-open if I'm missing something.