Skip to content

Commit cd03767

Browse files
author
Sebastian Wagner
committed
Merge branch 'maintenance' into develop
2 parents ff92f9f + 2b78b9b commit cd03767

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
env: mode=codestyle
1818
- python: 3.8
1919
env: mode=documentation
20+
exclude:
21+
- python: 3.5
22+
env: requirements=true
2023
before_install:
2124
- if [[ -v requirements ]]; then curl -s -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.1-amd64.deb; fi
2225
- if [[ -v requirements ]]; then sudo dpkg -i --force-confnew elasticsearch-7.6.1-amd64.deb; fi

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ CHANGELOG
141141
- `intelmq.bots.parsers.microsoft.parser_ctip`:
142142
- Fix mapping of `DestinationIpInfo.DestinationIpConnectionType` field (contained a typo).
143143
- Explicitly ignore field `DestinationIpInfo.DestinationIpv4Int` as the data is already in another field.
144-
- `intelmq.bots.parsers.generic.parser_csv`: Ignore line having spaces or tabs only or comment having leading tabs or spaces (PR#1669 by Brajneesh).
144+
- `intelmq.bots.parsers.generic.parser_csv`:
145+
- Ignore line having spaces or tabs only or comment having leading tabs or spaces (PR#1669 by Brajneesh).
146+
- Data fields containing `-` are now ignored and do not raise an exeception anymore (#1651, PR#74 by Sebastian Waldbauer).
145147

146148
#### Experts
147149

@@ -152,6 +154,7 @@ CHANGELOG
152154
### Packaging
153155

154156
### Tests
157+
- Travis: Deactivate tests with optional requirements on Python 3.5, as the build fails because of abusix/querycontacts version conflicts on dnspython.
155158

156159
### Tools
157160

0 commit comments

Comments
 (0)