zenhack / simp_le

Simple Let's Encrypt client
GNU General Public License v3.0
224 stars 38 forks source link

Update ACME to 0.21 #102

Closed buchdag closed 6 years ago

buchdag commented 6 years ago

A few more changes than usual:

hugovk commented 6 years ago

Oh, in setup.py, the "sys.version_info < (2, 7):" part can also be cleaned up, and 'Programming Language :: Python :: 2.6' could be removed.

zenhack commented 6 years ago

Quoting Hugo (2018-01-19 14:39:12)

Oh, in setup.py, the "sys.version_info < (2, 7):" part can also be cleaned up, and 'Programming Language :: Python :: 2.6' could be removed.

Good call; let's get that done while we're at it.

buchdag commented 6 years ago

✅ Done.

(order of the commits has been changed, changelog update is now last).

zenhack commented 6 years ago

One minor thing. Sorry such a small patch is taking so much back and forth.

buchdag commented 6 years ago

Sorry such a small patch is taking so much back and forth.

Don't, removing mock from install_requires was me not paying attention.

zenhack commented 6 years ago

LGTM