Skip to content

Commit 98a327c

Browse files
Added PyLondinium: dateutil event.
Updated Jekyll after upgrading OS (Gemfile.lock).
1 parent a639d43 commit 98a327c

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
execjs (2.7.0)
2222
faraday (0.14.0)
2323
multipart-post (>= 1.2, < 3)
24-
ffi (1.9.21)
24+
ffi (1.9.23)
2525
forwardable-extended (2.6.0)
2626
gemoji (3.0.0)
2727
github-pages (176)
@@ -204,15 +204,15 @@ GEM
204204
pathutil (0.16.1)
205205
forwardable-extended (~> 2.6)
206206
public_suffix (2.0.5)
207-
rb-fsevent (0.10.2)
207+
rb-fsevent (0.10.3)
208208
rb-inotify (0.9.10)
209209
ffi (>= 0.5.0, < 2)
210210
rouge (2.2.1)
211211
ruby-enum (0.7.1)
212212
i18n
213213
rubyzip (1.2.1)
214214
safe_yaml (1.0.4)
215-
sass (3.5.5)
215+
sass (3.5.6)
216216
sass-listen (~> 4.0.0)
217217
sass-listen (4.0.0)
218218
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -236,4 +236,4 @@ DEPENDENCIES
236236
github-pages
237237

238238
BUNDLED WITH
239-
1.15.1
239+
1.16.2
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
category: "london"
3+
title: "Python Meetup at PyLondinium: dateutil"
4+
level: "All"
5+
time: "09:00 - 18:00"
6+
meetup_link: https://www.meetup.com/Python-Sprints/events/250614421/
7+
project:
8+
sponsor: bloomberg
9+
---
10+
**IMPORTANT**<br>
11+
Make sure you register via: <https://go.bloomberg.com/attend/invite/python-sprint-on-dateutil/>
12+
13+
14+
As part of pylondinium.org, join us for a day working on issues on python-dateutil, one of the most downloaded libraries from PyPI and the de-facto extension for date and times manipulation in Python.
15+
16+
We will have the maintainer of python-dateutil, Paul Ganssle helping and reviewing code during the sprint. He will guide us through the issue tracker and organise the work to be carried out along the day.
17+
18+
Please have a quick look through the repo and the documentation to understand the project.
19+
20+
To be able to contribute you need to:
21+
22+
- Install Python 2 and Python 3
23+
- Install Tox – Main tool to validate all changes
24+
- Install sphinx -To be able to generate the documentation locally
25+
26+
If this is your first time contributing to an opensource project? Please have a quick look here.
27+
28+
Pylondinium ticket not required to come to the Sprint.
29+

0 commit comments

Comments
 (0)