update to py-croniter-0.3.26

This commit is contained in:
jasper 2018-11-14 19:31:54 +00:00
parent 35fbf78215
commit 03817f6381
3 changed files with 4 additions and 23 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2018/08/31 19:02:11 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2018/11/14 19:31:54 jasper Exp $
COMMENT = datetime-iterator for cron-like formats
MODPY_EGG_VERSION = 0.3.25
MODPY_EGG_VERSION = 0.3.26
DISTNAME = croniter-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (croniter-0.3.25.tar.gz) = jOXk7dbxlW5wyKMSEc+Gp4WaofD/JWEHcjWC15I44AI=
SIZE (croniter-0.3.25.tar.gz) = 19340
SHA256 (croniter-0.3.26.tar.gz) = jcV5iQsL/RDPxgosMU3oKt8GAEvZDQ19WzhOGek6dyA=
SIZE (croniter-0.3.26.tar.gz) = 19654

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-docs_CHANGES_rst,v 1.1 2018/08/31 19:02:11 jasper Exp $
From 228e2befdc3eb262bc3cb417aa181d99983a6071 Mon Sep 17 00:00:00 2001
From: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
Date: Tue, 7 Aug 2018 12:08:27 +0200
Subject: [PATCH] typo
Index: docs/CHANGES.rst
--- docs/CHANGES.rst.orig
+++ docs/CHANGES.rst
@@ -3,7 +3,7 @@ Changelog
0.3.25 (2018-08-07)
-------------------
-- Pypî hygiene
+- Pypi hygiene
[hugovk]